#8D216A

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

Shades of Dark Purple #8D216A

Tints of Dark Purple #8D216A

Color information

#8D216A (or 0x8D216A) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 6A. RGB value is (141,33,106). Sum of RGB (Red+Green+Blue) = 141+33+106=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D216A is #72DE95. Grayscale: #494949. Windows color (decimal): -7528086 or 6955405. OLE color: 6955405.

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

Color convert

RGB14133106-
CMYK00.770.250.45
HSL319.44º62.07%34.12%-
HSV(B)319.44º76.6%55.29%-
XYZ14.137.7914.39-
YUV73.61146.28176.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=50.36%
G=11.79%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413310600.770.250.45319.4462.0734.12
Hex8D216A04D192D13f3e22
Octal21541152011531554777642
Binary1000110110000111010100100110111001101101100111111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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