#9D1785

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

Shades of Dark Purple #9D1785

Tints of Dark Purple #9D1785

Color information

#9D1785 (or 0x9D1785) is unknown color: approx Dark Purple. HEX triplet: 9D, 17 and 85. RGB value is (157,23,133). Sum of RGB (Red+Green+Blue) = 157+23+133=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1785 is #62E87A. Grayscale: #4B4B4B. Windows color (decimal): -6482043 or 8722333. OLE color: 8722333.

HSL color Cylindrical-coordinate representation of color #9D1785: hue angle of 310.75º 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 #9D1785 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15723133-
CMYK00.850.150.38
HSL310.75º74.44%35.29%-
HSV(B)310.75º85.35%61.57%-
XYZ18.449.4723.05-
YUV75.61160.39186.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 23 (9.38% from 255) = 7.35%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=50.16%
G=7.35%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572313300.850.150.38310.7574.4435.29
Hex9D1785055F261374a23
Octal235272050125174646711243
Binary1001110110111100001010101010111111001101001101111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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