#80156E

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

Shades of Dark Purple #80156E

Tints of Dark Purple #80156E

Color information

#80156E (or 0x80156E) is unknown color: approx Dark Purple. HEX triplet: 80, 15 and 6E. RGB value is (128,21,110). Sum of RGB (Red+Green+Blue) = 128+21+110=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80156E is #7FEA91. Grayscale: #3E3E3E. Windows color (decimal): -8383122 or 7214464. OLE color: 7214464.

HSL color Cylindrical-coordinate representation of color #80156E: hue angle of 310.09º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80156E is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12821110-
CMYK00.840.140.50
HSL310.09º71.81%29.22%-
HSV(B)310.09º83.59%50.2%-
XYZ11.986.2515.33-
YUV63.14154.45174.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=49.42%
G=8.11%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282111000.840.140.50310.0971.8129.22
Hex80156E054E32136481d
Octal200251560124166246611035
Binary10000000101011101110010101001110110010100110110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80156E; }

 p { color: rgb(128,21,110); }

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

<style>
 a { background-color: #80156E; }

 a { background-color: rgb(128,21,110); }

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

<style>
 span { border-color: #80156E; }

 span { border-color: rgb(128,21,110); }

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