#9C96AD

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

Shades of Santas Grey #9C96AD

Tints of Santas Grey #9C96AD

Color information

#9C96AD (or 0x9C96AD) is unknown color: approx Santas Grey. HEX triplet: 9C, 96 and AD. RGB value is (156,150,173). Sum of RGB (Red+Green+Blue) = 156+150+173=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C96AD is #636952. Grayscale: #9A9A9A. Windows color (decimal): -6515027 or 11376284. OLE color: 11376284.

HSL color Cylindrical-coordinate representation of color #9C96AD: hue angle of 255.65º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C96AD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156150173-
CMYK0.100.1300.32
HSL255.65º12.3%63.33%-
HSV(B)255.65º13.29%67.84%-
XYZ32.1631.944-
YUV154.42138.49129.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=32.57%
G=31.32%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561501730.100.1300.32255.6512.363.33
Hex9C96ADAD020100c3f
Octal23422625512150404001477
Binary1001110010010110101011011010110101000001000000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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