#9C96AA

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

Shades of Grey Suit #9C96AA

Tints of Grey Suit #9C96AA

Color information

#9C96AA (or 0x9C96AA) is unknown color: approx Grey Suit. HEX triplet: 9C, 96 and AA. RGB value is (156,150,170). Sum of RGB (Red+Green+Blue) = 156+150+170=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C96AA is #636955. Grayscale: #9A9A9A. Windows color (decimal): -6515030 or 11179676. OLE color: 11179676.

HSL color Cylindrical-coordinate representation of color #9C96AA: hue angle of 258º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C96AA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156150170-
CMYK0.080.1200.33
HSL258º10.53%62.75%-
HSV(B)258º11.76%66.67%-
XYZ31.8731.7842.49-
YUV154.07136.99129.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=32.77%
G=31.51%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561501700.080.1200.3325810.5362.75
Hex9C96AA8C021102b3f
Octal23422625210140414021377
Binary1001110010010110101010101000110001000011000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,170); }

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

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

 a { background-color: rgb(156,150,170); }

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

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

 span { border-color: rgb(156,150,170); }

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