#9588AE

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

Shades of Cold Purple #9588AE

Tints of Cold Purple #9588AE

Color information

#9588AE (or 0x9588AE) is unknown color: approx Cold Purple. HEX triplet: 95, 88 and AE. RGB value is (149,136,174). Sum of RGB (Red+Green+Blue) = 149+136+174=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #9588AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9588AE is #6A7751. Grayscale: #909090. Windows color (decimal): -6977362 or 11438229. OLE color: 11438229.

HSL color Cylindrical-coordinate representation of color #9588AE: hue angle of 260.53º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9588AE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149136174-
CMYK0.140.2200.32
HSL260.53º19%60.78%-
HSV(B)260.53º21.84%68.24%-
XYZ28.8427.0543.75-
YUV144.22144.81131.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=32.46%
G=29.63%
B=37.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491361740.140.2200.32260.531960.78
Hex9588AEE16020105133d
Octal22521025616260404052375
Binary100101011000100010101110111010110010000010000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9588AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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