#9D1C87

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

Shades of Dark Purple #9D1C87

Tints of Dark Purple #9D1C87

Color information

#9D1C87 (or 0x9D1C87) is unknown color: approx Dark Purple. HEX triplet: 9D, 1C and 87. RGB value is (157,28,135). Sum of RGB (Red+Green+Blue) = 157+28+135=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1C87 is #62E378. Grayscale: #4E4E4E. Windows color (decimal): -6480761 or 8854685. OLE color: 8854685.

HSL color Cylindrical-coordinate representation of color #9D1C87: hue angle of 310.23º degrees, saturation: 0.7, 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 #9D1C87 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15728135-
CMYK00.820.140.38
HSL310.23º69.73%36.27%-
HSV(B)310.23º82.17%61.57%-
XYZ18.699.7523.82-
YUV78.77159.74183.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 28 (11.33% from 255) = 8.75%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=49.06%
G=8.75%
B=42.19%

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
Decimal1572813500.820.140.38310.2369.7336.27
Hex9D1C87052E261364624
Octal235342070122164646610644
Binary1001110111100100001110101001011101001101001101101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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