#8D216E

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

Shades of Dark Purple #8D216E

Tints of Dark Purple #8D216E

Color information

#8D216E (or 0x8D216E) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 6E. RGB value is (141,33,110). Sum of RGB (Red+Green+Blue) = 141+33+110=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D216E is #72DE91. Grayscale: #494949. Windows color (decimal): -7528082 or 7217549. OLE color: 7217549.

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

Color convert

RGB14133110-
CMYK00.770.220.45
HSL317.22º62.07%34.12%-
HSV(B)317.22º76.6%55.29%-
XYZ14.347.8815.52-
YUV74.07148.28175.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=49.65%
G=11.62%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413311000.770.220.45317.2262.0734.12
Hex8D216E04D162D13d3e22
Octal21541156011526554757642
Binary1000110110000111011100100110110110101101100111101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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