#9587AE

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

Shades of Cold Purple #9587AE

Tints of Cold Purple #9587AE

Color information

#9587AE (or 0x9587AE) is unknown color: approx Cold Purple. HEX triplet: 95, 87 and AE. RGB value is (149,135,174). Sum of RGB (Red+Green+Blue) = 149+135+174=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #9587AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587AE is #6A7851. Grayscale: #8F8F8F. Windows color (decimal): -6977618 or 11437973. OLE color: 11437973.

HSL color Cylindrical-coordinate representation of color #9587AE: hue angle of 261.54º 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 #9587AE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149135174-
CMYK0.140.2200.32
HSL261.54º19.4%60.59%-
HSV(B)261.54º22.41%68.24%-
XYZ28.726.7743.7-
YUV143.63145.14131.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=32.53%
G=29.48%
B=37.99%

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
Decimal1491351740.140.2200.32261.5419.460.59
Hex9587AEE16020106133d
Octal22520725616260404062375
Binary100101011000011110101110111010110010000010000011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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