#8D1D81

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

Shades of Dark Purple #8D1D81

Tints of Dark Purple #8D1D81

Color information

#8D1D81 (or 0x8D1D81) is unknown color: approx Dark Purple. HEX triplet: 8D, 1D and 81. RGB value is (141,29,129). Sum of RGB (Red+Green+Blue) = 141+29+129=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1D81 is #72E27E. Grayscale: #494949. Windows color (decimal): -7529087 or 8461709. OLE color: 8461709.

HSL color Cylindrical-coordinate representation of color #8D1D81: hue angle of 306.43º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1D81 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14129129-
CMYK00.790.090.45
HSL306.43º65.88%33.33%-
HSV(B)306.43º79.43%55.29%-
XYZ15.398.1321.53-
YUV73.89159.11175.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 29 (11.72% from 255) = 9.70%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=47.16%
G=9.70%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412912900.790.090.45306.4365.8833.33
Hex8D1D8104F92D1324221
Octal215352010117115546210241
Binary1000110111101100000010100111110011011011001100101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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