Html Css Color HEX #9588BB Cold Purple

📋 copy color: '#9588BB'

red 149 ◦ green 136 ◦ blue 187

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

Shades of Cold Purple #9588BB

Tints of Cold Purple #9588BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 31.57%
G = 28.81%
B = 39.62%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9588BB (or 0x9588BB) is known color: Cold Purple. HEX triplet: 95, 88 and BB. RGB value is (149,136,187). Sum of RGB (Red+Green+Blue) = 149+136+187=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9588BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588BB is #6A7744. Grayscale: #919191. Windows color (decimal): -6977349 or 12290197. OLE color: 12290197.

HSL color Cylindrical-coordinate representation of color #9588BB: hue angle of 255.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9588BB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 136 187 -
CMYK 0.20 0.27 0 0.27
HSL 255.29º 0.27% 0.63% -
HSV(B) 255.29º 0.27% 0.73% -
XYZ 30.17 27.59 50.75 -
YUV 145.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 149 136 187 0.20 0.27 0 0.27 255.29 0.27 0.63
Hex 95 88 BB 14 1B 0 1B FF 1B 3F
Octal 225 210 273 24 33 0 33 377 33 77
Binary 10010101 10001000 10111011 10100 11011 0 11011 11111111 11011 111111

Color Harmonies of #9588BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588BB

Black with #9588BB

Text Example


Text Example

White with #9588BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9588BB; }

 p { color: rgb(149,136,187); }

 H1.HeaderClassName
 {
   color: #9588BB;
 }
 .AnyTagClassName
 {
   color: #9588BB;
 }
</style>

background-color css

<style>
 a { background-color: #9588BB; }

 a { background-color: rgb(149,136,187); }

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

border-color css

<style>
 span { border-color: #9588BB; }

 span { border-color: rgb(149,136,187); }

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