#8D1870

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

Shades of Dark Purple #8D1870

Tints of Dark Purple #8D1870

Color information

#8D1870 (or 0x8D1870) is unknown color: approx Dark Purple. HEX triplet: 8D, 18 and 70. RGB value is (141,24,112). Sum of RGB (Red+Green+Blue) = 141+24+112=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1870 is #72E78F. Grayscale: #444444. Windows color (decimal): -7530384 or 7346317. OLE color: 7346317.

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

Color convert

RGB14124112-
CMYK00.830.210.45
HSL314.87º70.91%32.35%-
HSV(B)314.87º82.98%55.29%-
XYZ14.247.4916.02-
YUV69.02152.26179.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=50.90%
G=8.66%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412411200.830.210.45314.8770.9132.35
Hex8D1870053152D13b4720
Octal215301600123255547310740
Binary1000110111000111000001010011101011011011001110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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