#9392AD

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

Shades of Santas Grey #9392AD

Tints of Santas Grey #9392AD

Color information

#9392AD (or 0x9392AD) is unknown color: approx Santas Grey. HEX triplet: 93, 92 and AD. RGB value is (147,146,173). Sum of RGB (Red+Green+Blue) = 147+146+173=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #9392AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9392AD is #6C6D52. Grayscale: #959595. Windows color (decimal): -7105875 or 11375251. OLE color: 11375251.

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

Color convert

RGB147146173-
CMYK0.150.1600.32
HSL242.22º14.14%62.55%-
HSV(B)242.22º15.61%67.84%-
XYZ29.8529.7843.71-
YUV149.38141.33126.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=31.55%
G=31.33%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471461730.150.1600.32242.2214.1462.55
Hex9392ADF10020f2e3f
Octal22322225517200403621677
Binary1001001110010010101011011111100000100000111100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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