#8D2786

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

Shades of Dark Purple #8D2786

Tints of Dark Purple #8D2786

Color information

#8D2786 (or 0x8D2786) is unknown color: approx Dark Purple. HEX triplet: 8D, 27 and 86. RGB value is (141,39,134). Sum of RGB (Red+Green+Blue) = 141+39+134=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2786 is #72D879. Grayscale: #505050. Windows color (decimal): -7526522 or 8791949. OLE color: 8791949.

HSL color Cylindrical-coordinate representation of color #8D2786: hue angle of 304.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2786 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB14139134-
CMYK00.720.050.45
HSL304.12º56.67%35.29%-
HSV(B)304.12º72.34%55.29%-
XYZ16.018.8323.42-
YUV80.33158.29171.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=44.90%
G=12.42%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413913400.720.050.45304.1256.6735.29
Hex8D278604852D1303923
Octal2154720601105554607143
Binary100011011001111000011001001000101101101100110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,134); }

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

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

 a { background-color: rgb(141,39,134); }

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

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

 span { border-color: rgb(141,39,134); }

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