#9591AD

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

Shades of Santas Grey #9591AD

Tints of Santas Grey #9591AD

Color information

#9591AD (or 0x9591AD) is unknown color: approx Santas Grey. HEX triplet: 95, 91 and AD. RGB value is (149,145,173). Sum of RGB (Red+Green+Blue) = 149+145+173=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #9591AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9591AD is #6A6E52. Grayscale: #959595. Windows color (decimal): -6975059 or 11374997. OLE color: 11374997.

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

Color convert

RGB149145173-
CMYK0.140.1600.32
HSL248.57º14.58%62.35%-
HSV(B)248.57º16.18%67.84%-
XYZ30.0629.6643.68-
YUV149.39141.33127.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=31.91%
G=31.05%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491451730.140.1600.32248.5714.5862.35
Hex9591ADE10020f9f3e
Octal22522125516200403711776
Binary1001010110010001101011011110100000100000111110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9591AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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