#9693AD

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

Shades of Santas Grey #9693AD

Tints of Santas Grey #9693AD

Color information

#9693AD (or 0x9693AD) is unknown color: approx Santas Grey. HEX triplet: 96, 93 and AD. RGB value is (150,147,173). Sum of RGB (Red+Green+Blue) = 150+147+173=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #9693AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9693AD is #696C52. Grayscale: #969696. Windows color (decimal): -6909011 or 11375510. OLE color: 11375510.

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

Color convert

RGB150147173-
CMYK0.130.1500.32
HSL246.92º13.68%62.75%-
HSV(B)246.92º15.03%67.84%-
XYZ30.5530.3743.79-
YUV150.86140.49127.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=31.91%
G=31.28%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501471730.130.1500.32246.9213.6862.75
Hex9693ADDF020f7e3f
Octal22622325515170403671677
Binary100101101001001110101101110111110100000111101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9693AD; }

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

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

<style>
 a { background-color: #9693AD; }

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

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

<style>
 span { border-color: #9693AD; }

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

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