#9C93CC

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

Shades of Wistful #9C93CC

Tints of Wistful #9C93CC

Color information

#9C93CC (or 0x9C93CC) is unknown color: approx Wistful. HEX triplet: 9C, 93 and CC. RGB value is (156,147,204). Sum of RGB (Red+Green+Blue) = 156+147+204=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93CC is #636C33. Grayscale: #9B9B9B. Windows color (decimal): -6515764 or 13407132. OLE color: 13407132.

HSL color Cylindrical-coordinate representation of color #9C93CC: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C93CC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156147204-
CMYK0.240.2800.2
HSL249.47º35.85%68.82%-
HSV(B)249.47º27.94%80%-
XYZ35.0432.2961.51-
YUV156.19154.98127.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=30.77%
G=28.99%
B=40.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561472040.240.2800.2249.4735.8568.82
Hex9C93CC181C014f92445
Octal234223314303402437144105
Binary1001110010010011110011001100011100010100111110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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