#8D106F

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

Shades of Dark Purple #8D106F

Tints of Dark Purple #8D106F

Color information

#8D106F (or 0x8D106F) is unknown color: approx Dark Purple. HEX triplet: 8D, 10 and 6F. RGB value is (141,16,111). Sum of RGB (Red+Green+Blue) = 141+16+111=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D106F is #72EF90. Grayscale: #3F3F3F. Windows color (decimal): -7532433 or 7278733. OLE color: 7278733.

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

Color convert

RGB14116111-
CMYK00.890.210.45
HSL314.4º79.62%30.78%-
HSV(B)314.4º88.65%55.29%-
XYZ14.047.1815.69-
YUV64.2154.41182.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=52.61%
G=5.97%
B=41.42%

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
Decimal1411611100.890.210.45314.479.6230.78
Hex8D106F059152D13a501f
Octal215201570131255547212037
Binary100011011000011011110101100110101101101100111010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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