Html Css Color HEX #9593AB Santas Grey

📋 copy color: '#9593AB'

red 149 ◦ green 147 ◦ blue 171

#9593AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Santas Grey #9593AB

Tints of Santas Grey #9593AB

RGB

 RED value IS 149 (58.59% from 255) = 31.91%

 GREEN value IS 147 (57.81% from 255) = 31.48%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 31.91%
G = 31.48%
B = 36.62%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9593AB (or 0x9593AB) is known color: Santas Grey. HEX triplet: 95, 93 and AB. RGB value is (149,147,171). Sum of RGB (Red+Green+Blue) = 149+147+171=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9593AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AB is #6A6C54. Grayscale: #969696. Windows color (decimal): -6974549 or 11244437. OLE color: 11244437.

HSL color Cylindrical-coordinate representation of color #9593AB: hue angle of 245º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9593AB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 147 171 -
CMYK 0.13 0.14 0 0.33
HSL 245º 0.13% 0.62% -
HSV(B) 245º 0.14% 0.67% -
XYZ 30.18 30.2 42.77 -
YUV 150.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 149 147 171 0.13 0.14 0 0.33 245 0.13 0.62
Hex 95 93 AB D E 0 21 F5 C 3E
Octal 225 223 253 15 16 0 41 365 14 76
Binary 10010101 10010011 10101011 1101 1110 0 100001 11110101 1100 111110

Color Harmonies of #9593AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593AB

Black with #9593AB

Text Example


Text Example

White with #9593AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9593AB;
 }
 .AnyTagClassName
 {
   color: #9593AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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