#8D2183

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

Shades of Dark Purple #8D2183

Tints of Dark Purple #8D2183

Color information

#8D2183 (or 0x8D2183) is unknown color: approx Dark Purple. HEX triplet: 8D, 21 and 83. RGB value is (141,33,131). Sum of RGB (Red+Green+Blue) = 141+33+131=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2183 is #72DE7C. Grayscale: #4C4C4C. Windows color (decimal): -7528061 or 8593805. OLE color: 8593805.

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

Color convert

RGB14133131-
CMYK00.770.070.45
HSL305.56º62.07%34.12%-
HSV(B)305.56º76.6%55.29%-
XYZ15.638.3922.27-
YUV76.46158.78174.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=46.23%
G=10.82%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413313100.770.070.45305.5662.0734.12
Hex8D218304D72D1323e22
Octal2154120301157554627642
Binary100011011000011000001101001101111101101100110010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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