#9590B3

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

Shades of Santas Grey #9590B3

Tints of Santas Grey #9590B3

Color information

#9590B3 (or 0x9590B3) is unknown color: approx Santas Grey. HEX triplet: 95, 90 and B3. RGB value is (149,144,179). Sum of RGB (Red+Green+Blue) = 149+144+179=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #9590B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590B3 is #6A6F4C. Grayscale: #959595. Windows color (decimal): -6975309 or 11767957. OLE color: 11767957.

HSL color Cylindrical-coordinate representation of color #9590B3: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9590B3 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB149144179-
CMYK0.170.2000.30
HSL248.57º18.72%63.33%-
HSV(B)248.57º19.55%70.2%-
XYZ30.529.5946.75-
YUV149.48144.66127.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=31.57%
G=30.51%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491441790.170.2000.30248.5718.7263.33
Hex9590B3111401Ef9133f
Octal22522026321240363712377
Binary10010101100100001011001110001101000111101111100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9590B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9590B3; }

 p { color: rgb(149,144,179); }

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

<style>
 a { background-color: #9590B3; }

 a { background-color: rgb(149,144,179); }

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

<style>
 span { border-color: #9590B3; }

 span { border-color: rgb(149,144,179); }

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