#8D218E

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

Shades of Dark Purple #8D218E

Tints of Dark Purple #8D218E

Color information

#8D218E (or 0x8D218E) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 8E. RGB value is (141,33,142). Sum of RGB (Red+Green+Blue) = 141+33+142=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D218E is #72DE71. Grayscale: #4D4D4D. Windows color (decimal): -7528050 or 9314701. OLE color: 9314701.

HSL color Cylindrical-coordinate representation of color #8D218E: hue angle of 299.45º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D218E is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14133142-
CMYK0.010.7700.44
HSL299.45º62.29%34.31%-
HSV(B)299.45º76.76%55.69%-
XYZ16.418.726.41-
YUV77.72164.28173.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=44.62%
G=10.44%
B=44.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141331420.010.7700.44299.4562.2934.31
Hex8D218E14D02C12b3e22
Octal2154121611150544537642
Binary1000110110000110001110110011010101100100101011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,33,142); }

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

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

 a { background-color: rgb(141,33,142); }

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

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

 span { border-color: rgb(141,33,142); }

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