#9A2587

Color #9A2587 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9A2587

Tints of Dark Purple #9A2587

Color information

#9A2587 (or 0x9A2587) is unknown color: approx Dark Purple. HEX triplet: 9A, 25 and 87. RGB value is (154,37,135). Sum of RGB (Red+Green+Blue) = 154+37+135=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2587 is #65DA78. Grayscale: #525252. Windows color (decimal): -6675065 or 8856986. OLE color: 8856986.

HSL color Cylindrical-coordinate representation of color #9A2587: hue angle of 309.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2587 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15437135-
CMYK00.760.120.40
HSL309.74º61.26%37.45%-
HSV(B)309.74º75.97%60.39%-
XYZ18.369.9423.87-
YUV83.16157.26178.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=47.24%
G=11.35%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1543713500.760.120.40309.7461.2637.45
Hex9A258704CC281363d25
Octal23245207011414504667545
Binary1001101010010110000111010011001100101000100110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2587; }

 p { color: rgb(154,37,135); }

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

<style>
 a { background-color: #9A2587; }

 a { background-color: rgb(154,37,135); }

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

<style>
 span { border-color: #9A2587; }

 span { border-color: rgb(154,37,135); }

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