#8D1B80

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

Shades of Dark Purple #8D1B80

Tints of Dark Purple #8D1B80

Color information

#8D1B80 (or 0x8D1B80) is unknown color: approx Dark Purple. HEX triplet: 8D, 1B and 80. RGB value is (141,27,128). Sum of RGB (Red+Green+Blue) = 141+27+128=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1B80 is #72E47F. Grayscale: #484848. Windows color (decimal): -7529600 or 8395661. OLE color: 8395661.

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

Color convert

RGB14127128-
CMYK00.810.090.45
HSL306.84º67.86%32.94%-
HSV(B)306.84º80.85%55.29%-
XYZ15.278.0121.16-
YUV72.6159.27176.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=47.64%
G=9.12%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412712800.810.090.45306.8467.8632.94
Hex8D1B8005192D1334421
Octal215332000121115546310441
Binary1000110111011100000000101000110011011011001100111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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