#9D1787

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

Shades of Dark Purple #9D1787

Tints of Dark Purple #9D1787

Color information

#9D1787 (or 0x9D1787) is unknown color: approx Dark Purple. HEX triplet: 9D, 17 and 87. RGB value is (157,23,135). Sum of RGB (Red+Green+Blue) = 157+23+135=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1787 is #62E878. Grayscale: #4B4B4B. Windows color (decimal): -6482041 or 8853405. OLE color: 8853405.

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

Color convert

RGB15723135-
CMYK00.850.140.38
HSL309.85º74.44%35.29%-
HSV(B)309.85º85.35%61.57%-
XYZ18.589.5323.78-
YUV75.83161.39185.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=49.84%
G=7.30%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572313500.850.140.38309.8574.4435.29
Hex9D1787055E261364a23
Octal235272070125164646611243
Binary1001110110111100001110101010111101001101001101101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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