Html Css Color HEX #9590B3 Santas Grey

📋 copy color: '#9590B3'

red 149 ◦ green 144 ◦ blue 179

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

Shades of Santas Grey #9590B3

Tints of Santas Grey #9590B3

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 value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9590B3 (or 0x9590B3) is known color: 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

RGB 149 144 179 -
CMYK 0.17 0.20 0 0.30
HSL 248.57º 0.19% 0.63% -
HSV(B) 248.57º 0.2% 0.7% -
XYZ 30.5 29.59 46.75 -
YUV 149.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 149 144 179 0.17 0.20 0 0.30 248.57 0.19 0.63
Hex 95 90 B3 11 14 0 1E F9 13 3F
Octal 225 220 263 21 24 0 36 371 23 77
Binary 10010101 10010000 10110011 10001 10100 0 11110 11111001 10011 111111

Color Harmonies of #9590B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590B3

Black with #9590B3

Text Example


Text Example

White with #9590B3

Text Example


Text Example

HTML Codes & Css Web 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>