#9588BA

Color #9588BA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9588BA

Tints of Cold Purple #9588BA

Color information

#9588BA (or 0x9588BA) is unknown color: approx Cold Purple. HEX triplet: 95, 88 and BA. RGB value is (149,136,186). Sum of RGB (Red+Green+Blue) = 149+136+186=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9588BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588BA is #6A7745. Grayscale: #919191. Windows color (decimal): -6977350 or 12224661. OLE color: 12224661.

HSL color Cylindrical-coordinate representation of color #9588BA: hue angle of 255.6º 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 #9588BA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149136186-
CMYK0.200.2700.27
HSL255.6º26.6%63.14%-
HSV(B)255.6º26.88%72.94%-
XYZ30.0627.5450.19-
YUV145.59150.81130.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.63%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=31.63%
G=28.87%
B=39.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491361860.200.2700.27255.626.663.14
Hex9588BA141B01B1001b3f
Octal22521027224330334003377
Binary100101011000100010111010101001101101101110000000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9588BA;
 }
 .AnyTagClassName
 {
   color: #9588BA;
 }
</style>
background-color css

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

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

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

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

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

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