#9C93EC

Color #9C93EC Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9C93EC

Tints of Wistful #9C93EC

Color information

#9C93EC (or 0x9C93EC) is unknown color: approx Wistful. HEX triplet: 9C, 93 and EC. RGB value is (156,147,236). Sum of RGB (Red+Green+Blue) = 156+147+236=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C93EC is #636C13. Grayscale: #9F9F9F. Windows color (decimal): -6515732 or 15504284. OLE color: 15504284.

HSL color Cylindrical-coordinate representation of color #9C93EC: hue angle of 246.07º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C93EC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156147236-
CMYK0.340.3800.07
HSL246.07º70.08%75.1%-
HSV(B)246.07º37.71%92.55%-
XYZ39.2833.9983.85-
YUV159.84170.98125.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 28.94%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=28.94%
G=27.27%
B=43.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561472360.340.3800.07246.0770.0875.1
Hex9C93EC222607f6464b
Octal234223354424607366106113
Binary10011100100100111110110010001010011001111111011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C93EC; }

 p { color: rgb(156,147,236); }

 H1.HeaderClassName
 {
   color: #9C93EC;
 }
 .AnyTagClassName
 {
   color: #9C93EC;
 }
</style>
background-color css

<style>
 a { background-color: #9C93EC; }

 a { background-color: rgb(156,147,236); }

 div.DivClassName
 {
   background-color: #9C93EC;
 }
 .BgClassName
 {
   background-color: #9C93EC;
 }
</style>
border-color css

<style>
 span { border-color: #9C93EC; }

 span { border-color: rgb(156,147,236); }

 td.TdClassName
 {
   border-color: #9C93EC;
 }
 .TagClassName
 {
   border-color: #9C93EC;
 }
</style>