#80069A

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

Shades of Dark Magenta #80069A

Tints of Dark Magenta #80069A

Color information

#80069A (or 0x80069A) is unknown color: approx Dark Magenta. HEX triplet: 80, 06 and 9A. RGB value is (128,6,154). Sum of RGB (Red+Green+Blue) = 128+6+154=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #80069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80069A is #7FF965. Grayscale: #3A3A3A. Windows color (decimal): -8386918 or 10094208. OLE color: 10094208.

HSL color Cylindrical-coordinate representation of color #80069A: hue angle of 289.46º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80069A is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1286154-
CMYK0.170.9600.40
HSL289.46º92.5%31.37%-
HSV(B)289.46º96.1%60.39%-
XYZ14.87.0531.15-
YUV59.35181.42176.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 6 (2.73% from 255) = 2.08%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=44.44%
G=2.08%
B=53.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12861540.170.9600.40289.4692.531.37
Hex8069A11600281215c1f
Octal20062322114005044113437
Binary10000000110100110101000111000000101000100100001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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