#9C94C9

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

Shades of Wistful #9C94C9

Tints of Wistful #9C94C9

Color information

#9C94C9 (or 0x9C94C9) is unknown color: approx Wistful. HEX triplet: 9C, 94 and C9. RGB value is (156,148,201). Sum of RGB (Red+Green+Blue) = 156+148+201=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C94C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94C9 is #636B36. Grayscale: #9C9C9C. Windows color (decimal): -6515511 or 13210780. OLE color: 13210780.

HSL color Cylindrical-coordinate representation of color #9C94C9: hue angle of 249.06º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C94C9 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156148201-
CMYK0.220.2600.21
HSL249.06º32.92%68.43%-
HSV(B)249.06º26.37%78.82%-
XYZ34.8432.4659.69-
YUV156.43153.15127.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=30.89%
G=29.31%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561482010.220.2600.21249.0632.9268.43
Hex9C94C9161A015f92144
Octal234224311263202537141104
Binary1001110010010100110010011011011010010101111110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,201); }

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

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

 a { background-color: rgb(156,148,201); }

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

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

 span { border-color: rgb(156,148,201); }

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