#9588CD

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

Shades of Cold Purple #9588CD

Tints of Cold Purple #9588CD

Color information

#9588CD (or 0x9588CD) is unknown color: approx Cold Purple. HEX triplet: 95, 88 and CD. RGB value is (149,136,205). Sum of RGB (Red+Green+Blue) = 149+136+205=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #9588CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588CD is #6A7732. Grayscale: #939393. Windows color (decimal): -6977331 or 13469845. OLE color: 13469845.

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

Color convert

RGB149136205-
CMYK0.270.3400.20
HSL251.3º40.83%66.86%-
HSV(B)251.3º33.66%80.39%-
XYZ32.2228.4161.54-
YUV147.75160.31128.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=30.41%
G=27.76%
B=41.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491362050.270.3400.20251.340.8366.86
Hex9588CD1B22014fb2943
Octal225210315334202437351103
Binary10010101100010001100110111011100010010100111110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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