#9C90AB

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

Shades of Cold Purple #9C90AB

Tints of Cold Purple #9C90AB

Color information

#9C90AB (or 0x9C90AB) is unknown color: approx Cold Purple. HEX triplet: 9C, 90 and AB. RGB value is (156,144,171). Sum of RGB (Red+Green+Blue) = 156+144+171=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C90AB is #636F54. Grayscale: #969696. Windows color (decimal): -6516565 or 11243676. OLE color: 11243676.

HSL color Cylindrical-coordinate representation of color #9C90AB: hue angle of 266.67º 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 #9C90AB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156144171-
CMYK0.090.1600.33
HSL266.67º13.85%61.76%-
HSV(B)266.67º15.79%67.06%-
XYZ31.0329.9542.67-
YUV150.67139.48131.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=33.12%
G=30.57%
B=36.31%

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
Decimal1561441710.090.1600.33266.6713.8561.76
Hex9C90AB91002110be3e
Octal23422025311200414131676
Binary10011100100100001010101110011000001000011000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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