#9588CE

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

Shades of Cold Purple #9588CE

Tints of Cold Purple #9588CE

Color information

#9588CE (or 0x9588CE) is unknown color: approx Cold Purple. HEX triplet: 95, 88 and CE. RGB value is (149,136,206). Sum of RGB (Red+Green+Blue) = 149+136+206=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #9588CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CE is #6A7731. Grayscale: #939393. Windows color (decimal): -6977330 or 13535381. OLE color: 13535381.

HSL color Cylindrical-coordinate representation of color #9588CE: hue angle of 251.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9588CE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149136206-
CMYK0.280.3400.19
HSL251.14º41.67%67.06%-
HSV(B)251.14º33.98%80.78%-
XYZ32.3428.4562.18-
YUV147.87160.81128.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=30.35%
G=27.70%
B=41.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491362060.280.3400.19251.1441.6767.06
Hex9588CE1C22013fb2a43
Octal225210316344202337352103
Binary10010101100010001100111011100100010010011111110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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