#9D2A87

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

Shades of Dark Purple #9D2A87

Tints of Dark Purple #9D2A87

Color information

#9D2A87 (or 0x9D2A87) is unknown color: approx Dark Purple. HEX triplet: 9D, 2A and 87. RGB value is (157,42,135). Sum of RGB (Red+Green+Blue) = 157+42+135=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2A87 is #62D578. Grayscale: #565656. Windows color (decimal): -6477177 or 8858269. OLE color: 8858269.

HSL color Cylindrical-coordinate representation of color #9D2A87: hue angle of 311.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A87 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15742135-
CMYK00.730.140.38
HSL311.48º57.79%39.02%-
HSV(B)311.48º73.25%61.57%-
XYZ19.1110.5723.96-
YUV86.99155.1177.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=47.01%
G=12.57%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574213500.730.140.38311.4857.7939.02
Hex9D2A87049E261373a27
Octal23552207011116464677247
Binary1001110110101010000111010010011110100110100110111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,42,135); }

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

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

 a { background-color: rgb(157,42,135); }

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

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

 span { border-color: rgb(157,42,135); }

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