#9C90AC

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

Shades of Cold Purple #9C90AC

Tints of Cold Purple #9C90AC

Color information

#9C90AC (or 0x9C90AC) is unknown color: approx Cold Purple. HEX triplet: 9C, 90 and AC. RGB value is (156,144,172). Sum of RGB (Red+Green+Blue) = 156+144+172=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C90AC is #636F53. Grayscale: #969696. Windows color (decimal): -6516564 or 11309212. OLE color: 11309212.

HSL color Cylindrical-coordinate representation of color #9C90AC: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C90AC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156144172-
CMYK0.090.1600.33
HSL265.71º14.43%61.96%-
HSV(B)265.71º16.28%67.45%-
XYZ31.1329.9943.18-
YUV150.78139.98131.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=33.05%
G=30.51%
B=36.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561441720.090.1600.33265.7114.4361.96
Hex9C90AC91002110ae3e
Octal23422025411200414121676
Binary10011100100100001010110010011000001000011000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,172); }

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

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

 a { background-color: rgb(156,144,172); }

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

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

 span { border-color: rgb(156,144,172); }

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