#9587C7

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

Shades of Cold Purple #9587C7

Tints of Cold Purple #9587C7

Color information

#9587C7 (or 0x9587C7) is unknown color: approx Cold Purple. HEX triplet: 95, 87 and C7. RGB value is (149,135,199). Sum of RGB (Red+Green+Blue) = 149+135+199=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #9587C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587C7 is #6A7838. Grayscale: #929292. Windows color (decimal): -6977593 or 13076373. OLE color: 13076373.

HSL color Cylindrical-coordinate representation of color #9587C7: hue angle of 253.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9587C7 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149135199-
CMYK0.250.3200.22
HSL253.12º36.36%65.49%-
HSV(B)253.12º32.16%78.04%-
XYZ31.3727.8457.75-
YUV146.48157.64129.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 199 (78.12% from 255) = 41.20%
R=30.85%
G=27.95%
B=41.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491351990.250.3200.22253.1236.3665.49
Hex9587C71920016fd2441
Octal225207307314002637544101
Binary10010101100001111100011111001100000010110111111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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