#801696

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

Shades of Dark Magenta #801696

Tints of Dark Magenta #801696

Color information

#801696 (or 0x801696) is unknown color: approx Dark Magenta. HEX triplet: 80, 16 and 96. RGB value is (128,22,150). Sum of RGB (Red+Green+Blue) = 128+22+150=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #801696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801696 is #7FE969. Grayscale: #434343. Windows color (decimal): -8382826 or 9836160. OLE color: 9836160.

HSL color Cylindrical-coordinate representation of color #801696: hue angle of 289.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801696 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12822150-
CMYK0.150.8500.41
HSL289.69º74.42%33.73%-
HSV(B)289.69º85.33%58.82%-
XYZ14.697.3729.5-
YUV68.29174.12170.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 150 (58.98% from 255) = 50%
R=42.67%
G=7.33%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128221500.150.8500.41289.6974.4233.73
Hex801696F550291224a22
Octal200262261712505144211242
Binary1000000010110100101101111101010101010011001000101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801696; }

 p { color: rgb(128,22,150); }

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

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

 a { background-color: rgb(128,22,150); }

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

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

 span { border-color: rgb(128,22,150); }

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