#8D217D

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

Shades of Dark Purple #8D217D

Tints of Dark Purple #8D217D

Color information

#8D217D (or 0x8D217D) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 7D. RGB value is (141,33,125). Sum of RGB (Red+Green+Blue) = 141+33+125=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D217D is #72DE82. Grayscale: #4B4B4B. Windows color (decimal): -7528067 or 8200589. OLE color: 8200589.

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

Color convert

RGB14133125-
CMYK00.770.110.45
HSL308.89º62.07%34.12%-
HSV(B)308.89º76.6%55.29%-
XYZ15.238.2320.19-
YUV75.78155.78174.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=47.16%
G=11.04%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413312500.770.110.45308.8962.0734.12
Hex8D217D04DB2D1353e22
Octal21541175011513554657642
Binary100011011000011111101010011011011101101100110101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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