#8D106E

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

Shades of Dark Purple #8D106E

Tints of Dark Purple #8D106E

Color information

#8D106E (or 0x8D106E) is unknown color: approx Dark Purple. HEX triplet: 8D, 10 and 6E. RGB value is (141,16,110). Sum of RGB (Red+Green+Blue) = 141+16+110=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D106E is #72EF91. Grayscale: #3F3F3F. Windows color (decimal): -7532434 or 7213197. OLE color: 7213197.

HSL color Cylindrical-coordinate representation of color #8D106E: hue angle of 314.88º degrees, saturation: 0.8, 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 #8D106E is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB14116110-
CMYK00.890.220.45
HSL314.88º79.62%30.78%-
HSV(B)314.88º88.65%55.29%-
XYZ13.987.1615.4-
YUV64.09153.91182.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=52.81%
G=5.99%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411611000.890.220.45314.8879.6230.78
Hex8D106E059162D13b501f
Octal215201560131265547312037
Binary100011011000011011100101100110110101101100111011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,110); }

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

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

 a { background-color: rgb(141,16,110); }

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

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

 span { border-color: rgb(141,16,110); }

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