#9D1D87

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

Shades of Dark Purple #9D1D87

Tints of Dark Purple #9D1D87

Color information

#9D1D87 (or 0x9D1D87) is unknown color: approx Dark Purple. HEX triplet: 9D, 1D and 87. RGB value is (157,29,135). Sum of RGB (Red+Green+Blue) = 157+29+135=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1D87 is #62E278. Grayscale: #4F4F4F. Windows color (decimal): -6480505 or 8854941. OLE color: 8854941.

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

Color convert

RGB15729135-
CMYK00.820.140.38
HSL310.31º68.82%36.47%-
HSV(B)310.31º81.53%61.57%-
XYZ18.729.823.83-
YUV79.36159.41183.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 29 (11.72% from 255) = 9.03%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=48.91%
G=9.03%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572913500.820.140.38310.3168.8236.47
Hex9D1D87052E261364524
Octal235352070122164646610544
Binary1001110111101100001110101001011101001101001101101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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