#8D1880

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

Shades of Dark Purple #8D1880

Tints of Dark Purple #8D1880

Color information

#8D1880 (or 0x8D1880) is unknown color: approx Dark Purple. HEX triplet: 8D, 18 and 80. RGB value is (141,24,128). Sum of RGB (Red+Green+Blue) = 141+24+128=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1880 is #72E77F. Grayscale: #464646. Windows color (decimal): -7530368 or 8394893. OLE color: 8394893.

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

Color convert

RGB14124128-
CMYK00.830.090.45
HSL306.67º70.91%32.35%-
HSV(B)306.67º82.98%55.29%-
XYZ15.217.8721.14-
YUV70.84160.26178.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.12%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=48.12%
G=8.19%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412412800.830.090.45306.6770.9132.35
Hex8D188005392D1334720
Octal215302000123115546310740
Binary1000110111000100000000101001110011011011001100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,128); }

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

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

 a { background-color: rgb(141,24,128); }

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

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

 span { border-color: rgb(141,24,128); }

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