#9593AD

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

Shades of Santas Grey #9593AD

Tints of Santas Grey #9593AD

Color information

#9593AD (or 0x9593AD) is unknown color: approx Santas Grey. HEX triplet: 95, 93 and AD. RGB value is (149,147,173). Sum of RGB (Red+Green+Blue) = 149+147+173=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #9593AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AD is #6A6C52. Grayscale: #969696. Windows color (decimal): -6974547 or 11375509. OLE color: 11375509.

HSL color Cylindrical-coordinate representation of color #9593AD: hue angle of 244.62º 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 #9593AD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149147173-
CMYK0.140.1500.32
HSL244.62º13.68%62.75%-
HSV(B)244.62º15.03%67.84%-
XYZ30.3730.2743.78-
YUV150.56140.66126.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=31.77%
G=31.34%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491471730.140.1500.32244.6213.6862.75
Hex9593ADEF020f5e3f
Octal22522325516170403651677
Binary100101011001001110101101111011110100000111101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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