#9D2070

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

Shades of Dark Purple #9D2070

Tints of Dark Purple #9D2070

Color information

#9D2070 (or 0x9D2070) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 70. RGB value is (157,32,112). Sum of RGB (Red+Green+Blue) = 157+32+112=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2070 is #62DF8F. Grayscale: #4E4E4E. Windows color (decimal): -6479760 or 7348381. OLE color: 7348381.

HSL color Cylindrical-coordinate representation of color #9D2070: hue angle of 321.6º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2070 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15732112-
CMYK00.800.290.38
HSL321.6º66.14%37.06%-
HSV(B)321.6º79.62%61.57%-
XYZ17.359.3716.22-
YUV78.5146.91184-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=52.16%
G=10.63%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573211200.800.290.38321.666.1437.06
Hex9D20700501D261424225
Octal235401600120354650210245
Binary10011101100000111000001010000111011001101010000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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