Html Css Color HEX #9588B1 Cold Purple

📋 copy color: '#9588B1'

red 149 ◦ green 136 ◦ blue 177

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

Shades of Cold Purple #9588B1

Tints of Cold Purple #9588B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 32.25%
G = 29.44%
B = 38.31%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9588B1 (or 0x9588B1) is known color: Cold Purple. HEX triplet: 95, 88 and B1. RGB value is (149,136,177). Sum of RGB (Red+Green+Blue) = 149+136+177=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #9588B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9588B1 is #6A774E. Grayscale: #909090. Windows color (decimal): -6977359 or 11634837. OLE color: 11634837.

HSL color Cylindrical-coordinate representation of color #9588B1: hue angle of 259.02º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9588B1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 136 177 -
CMYK 0.16 0.23 0 0.31
HSL 259.02º 0.21% 0.61% -
HSV(B) 259.02º 0.23% 0.69% -
XYZ 29.13 27.17 45.3 -
YUV 144.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 149 136 177 0.16 0.23 0 0.31 259.02 0.21 0.61
Hex 95 88 B1 10 17 0 1F 103 15 3D
Octal 225 210 261 20 27 0 37 403 25 75
Binary 10010101 10001000 10110001 10000 10111 0 11111 100000011 10101 111101

Color Harmonies of #9588B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588B1

Black with #9588B1

Text Example


Text Example

White with #9588B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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