#80069D

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

Shades of Dark Magenta #80069D

Tints of Dark Magenta #80069D

Color information

#80069D (or 0x80069D) is unknown color: approx Dark Magenta. HEX triplet: 80, 06 and 9D. RGB value is (128,6,157). Sum of RGB (Red+Green+Blue) = 128+6+157=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #80069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80069D is #7FF962. Grayscale: #3B3B3B. Windows color (decimal): -8386915 or 10290816. OLE color: 10290816.

HSL color Cylindrical-coordinate representation of color #80069D: hue angle of 288.48º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80069D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1286157-
CMYK0.180.9600.38
HSL288.48º92.64%31.96%-
HSV(B)288.48º96.18%61.57%-
XYZ15.057.1532.49-
YUV59.69182.92176.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=43.99%
G=2.06%
B=53.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12861570.180.9600.38288.4892.6431.96
Hex8069D12600261205d20
Octal20062352214004644013540
Binary100000001101001110110010110000001001101001000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80069D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80069D; }

 p { color: rgb(128,6,157); }

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

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

 a { background-color: rgb(128,6,157); }

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

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

 span { border-color: rgb(128,6,157); }

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