#8D216C

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

Shades of Dark Purple #8D216C

Tints of Dark Purple #8D216C

Color information

#8D216C (or 0x8D216C) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 6C. RGB value is (141,33,108). Sum of RGB (Red+Green+Blue) = 141+33+108=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D216C is #72DE93. Grayscale: #494949. Windows color (decimal): -7528084 or 7086477. OLE color: 7086477.

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

Color convert

RGB14133108-
CMYK00.770.230.45
HSL318.33º62.07%34.12%-
HSV(B)318.33º76.6%55.29%-
XYZ14.247.8314.95-
YUV73.84147.28175.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=50%
G=11.70%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413310800.770.230.45318.3362.0734.12
Hex8D216C04D172D13e3e22
Octal21541154011527554767642
Binary1000110110000111011000100110110111101101100111110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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