#800a98

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

Shades of Dark Magenta #800A98

Tints of Dark Magenta #800A98

Color information

#800A98 (or 0x800A98) is unknown color: approx Dark Magenta. HEX triplet: 80, 0A and 98. RGB value is (128,10,152). Sum of RGB (Red+Green+Blue) = 128+10+152=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #800A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A98 is #7FF567. Grayscale: #3D3D3D. Windows color (decimal): -8385896 or 9964160. OLE color: 9964160.

HSL color Cylindrical-coordinate representation of color #800A98: hue angle of 289.86º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800A98 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12810152-
CMYK0.160.9300.40
HSL289.86º87.65%31.76%-
HSV(B)289.86º93.42%59.61%-
XYZ14.687.0730.3-
YUV61.47179.09175.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 10 (4.30% from 255) = 3.45%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=44.14%
G=3.45%
B=52.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128101520.160.9300.40289.8687.6531.76
Hex80A98105D0281225820
Octal200122302013505044213040
Binary1000000010101001100010000101110101010001001000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800a98; }

 p { color: rgb(128,10,152); }

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

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

 a { background-color: rgb(128,10,152); }

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

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

 span { border-color: rgb(128,10,152); }

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