#9587CC

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

Shades of Cold Purple #9587CC

Tints of Cold Purple #9587CC

Color information

#9587CC (or 0x9587CC) is unknown color: approx Cold Purple. HEX triplet: 95, 87 and CC. RGB value is (149,135,204). Sum of RGB (Red+Green+Blue) = 149+135+204=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9587CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587CC is #6A7833. Grayscale: #929292. Windows color (decimal): -6977588 or 13404053. OLE color: 13404053.

HSL color Cylindrical-coordinate representation of color #9587CC: hue angle of 252.17º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9587CC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149135204-
CMYK0.270.3400.2
HSL252.17º40.35%66.47%-
HSV(B)252.17º33.82%80%-
XYZ31.9628.0860.86-
YUV147.05160.14129.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=30.53%
G=27.66%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491352040.270.3400.2252.1740.3566.47
Hex9587CC1B22014fc2842
Octal225207314334202437450102
Binary10010101100001111100110011011100010010100111111001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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