#9A96AF

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

Shades of Santas Grey #9A96AF

Tints of Santas Grey #9A96AF

Color information

#9A96AF (or 0x9A96AF) is unknown color: approx Santas Grey. HEX triplet: 9A, 96 and AF. RGB value is (154,150,175). Sum of RGB (Red+Green+Blue) = 154+150+175=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A96AF is #656950. Grayscale: #999999. Windows color (decimal): -6646097 or 11507354. OLE color: 11507354.

HSL color Cylindrical-coordinate representation of color #9A96AF: hue angle of 249.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A96AF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154150175-
CMYK0.120.1400.31
HSL249.6º13.51%63.73%-
HSV(B)249.6º14.29%68.63%-
XYZ31.9731.7845.01-
YUV154.05139.83127.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=32.15%
G=31.32%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541501750.120.1400.31249.613.5163.73
Hex9A96AFCE01Ffae40
Octal232226257141603737216100
Binary100110101001011010101111110011100111111111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,150,175); }

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

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

 a { background-color: rgb(154,150,175); }

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

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

 span { border-color: rgb(154,150,175); }

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