#8D2081

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

Shades of Dark Purple #8D2081

Tints of Dark Purple #8D2081

Color information

#8D2081 (or 0x8D2081) is unknown color: approx Dark Purple. HEX triplet: 8D, 20 and 81. RGB value is (141,32,129). Sum of RGB (Red+Green+Blue) = 141+32+129=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2081 is #72DF7E. Grayscale: #4B4B4B. Windows color (decimal): -7528319 or 8462477. OLE color: 8462477.

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

Color convert

RGB14132129-
CMYK00.770.090.45
HSL306.61º63.01%33.92%-
HSV(B)306.61º77.3%55.29%-
XYZ15.468.2821.55-
YUV75.65158.11174.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 32 (12.89% from 255) = 10.60%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=46.69%
G=10.60%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413212900.770.090.45306.6163.0133.92
Hex8D208104D92D1333f22
Octal21540201011511554637742
Binary1000110110000010000001010011011001101101100110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,129); }

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

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

 a { background-color: rgb(141,32,129); }

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

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

 span { border-color: rgb(141,32,129); }

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