Html Css Color HEX #9593AF Santas Grey

📋 copy color: '#9593AF'

red 149 ◦ green 147 ◦ blue 175

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

Shades of Santas Grey #9593AF

Tints of Santas Grey #9593AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 31.63%
G = 31.21%
B = 37.15%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9593AF (or 0x9593AF) is known color: Santas Grey. HEX triplet: 95, 93 and AF. RGB value is (149,147,175). Sum of RGB (Red+Green+Blue) = 149+147+175=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9593AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AF is #6A6C50. Grayscale: #969696. Windows color (decimal): -6974545 or 11506581. OLE color: 11506581.

HSL color Cylindrical-coordinate representation of color #9593AF: hue angle of 244.29º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9593AF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 147 175 -
CMYK 0.15 0.16 0 0.31
HSL 244.29º 0.15% 0.63% -
HSV(B) 244.29º 0.16% 0.69% -
XYZ 30.57 30.35 44.8 -
YUV 150.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 149 147 175 0.15 0.16 0 0.31 244.29 0.15 0.63
Hex 95 93 AF F 10 0 1F F4 F 3F
Octal 225 223 257 17 20 0 37 364 17 77
Binary 10010101 10010011 10101111 1111 10000 0 11111 11110100 1111 111111

Color Harmonies of #9593AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593AF

Black with #9593AF

Text Example


Text Example

White with #9593AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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