#8D0F70

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

Shades of Dark Purple #8D0F70

Tints of Dark Purple #8D0F70

Color information

#8D0F70 (or 0x8D0F70) is unknown color: approx Dark Purple. HEX triplet: 8D, 0F and 70. RGB value is (141,15,112). Sum of RGB (Red+Green+Blue) = 141+15+112=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F70 is #72F08F. Grayscale: #3F3F3F. Windows color (decimal): -7532688 or 7344013. OLE color: 7344013.

HSL color Cylindrical-coordinate representation of color #8D0F70: hue angle of 313.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F70 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14115112-
CMYK00.890.210.45
HSL313.81º80.77%30.59%-
HSV(B)313.81º89.36%55.29%-
XYZ14.087.1715.97-
YUV63.73155.24183.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=52.61%
G=5.60%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411511200.890.210.45313.8180.7730.59
Hex8DF70059152D13a511f
Octal215171600131255547212137
Binary10001101111111100000101100110101101101100111010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0F70; }

 p { color: rgb(141,15,112); }

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

<style>
 a { background-color: #8D0F70; }

 a { background-color: rgb(141,15,112); }

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

<style>
 span { border-color: #8D0F70; }

 span { border-color: rgb(141,15,112); }

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