#9D2B70

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

Shades of Dark Purple #9D2B70

Tints of Dark Purple #9D2B70

Color information

#9D2B70 (or 0x9D2B70) is unknown color: approx Dark Purple. HEX triplet: 9D, 2B and 70. RGB value is (157,43,112). Sum of RGB (Red+Green+Blue) = 157+43+112=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B70 is #62D48F. Grayscale: #545454. Windows color (decimal): -6476944 or 7351197. OLE color: 7351197.

HSL color Cylindrical-coordinate representation of color #9D2B70: hue angle of 323.68º degrees, saturation: 0.57, 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 #9D2B70 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15743112-
CMYK00.730.290.38
HSL323.68º57%39.22%-
HSV(B)323.68º72.61%61.57%-
XYZ17.6910.0716.34-
YUV84.95143.27179.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=50.32%
G=13.78%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574311200.730.290.38323.685739.22
Hex9D2B700491D261443927
Octal23553160011135465047147
Binary1001110110101111100000100100111101100110101000100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,112); }

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

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

 a { background-color: rgb(157,43,112); }

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

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

 span { border-color: rgb(157,43,112); }

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