#8D218B

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

Shades of Dark Purple #8D218B

Tints of Dark Purple #8D218B

Color information

#8D218B (or 0x8D218B) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 8B. RGB value is (141,33,139). Sum of RGB (Red+Green+Blue) = 141+33+139=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D218B is #72DE74. Grayscale: #4D4D4D. Windows color (decimal): -7528053 or 9118093. OLE color: 9118093.

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

Color convert

RGB14133139-
CMYK00.770.010.45
HSL301.11º62.07%34.12%-
HSV(B)301.11º76.6%55.29%-
XYZ16.198.6125.24-
YUV77.38162.78173.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=45.05%
G=10.54%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413313900.770.010.45301.1162.0734.12
Hex8D218B04D12D12d3e22
Octal2154121301151554557642
Binary1000110110000110001011010011011101101100101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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