Html Css Color HEX #80089E Dark Magenta

📋 copy color: '#80089E'

red 128 ◦ green 8 ◦ blue 158

#80089E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #80089E

Tints of Dark Magenta #80089E

RGB

 RED value IS 128 (50.39% from 255) = 43.54%

 GREEN value IS 8 (3.52% from 255) = 2.72%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 43.54%
G = 2.72%
B = 53.74%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80089E (or 0x80089E) is known color: Dark Magenta. HEX triplet: 80, 08 and 9E. RGB value is (128,8,158). Sum of RGB (Red+Green+Blue) = 128+8+158=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #80089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80089E is #7FF761. Grayscale: #3C3C3C. Windows color (decimal): -8386402 or 10356864. OLE color: 10356864.

HSL color Cylindrical-coordinate representation of color #80089E: hue angle of 288º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80089E is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 8 158 -
CMYK 0.19 0.95 0 0.38
HSL 288º 0.9% 0.33% -
HSV(B) 288º 0.95% 0.62% -
XYZ 15.16 7.23 32.94 -
YUV 60.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 128 8 158 0.19 0.95 0 0.38 288 0.9 0.33
Hex 80 8 9E 13 5F 0 26 120 5A 21
Octal 200 10 236 23 137 0 46 440 132 41
Binary 10000000 1000 10011110 10011 1011111 0 100110 100100000 1011010 100001

Color Harmonies of #80089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80089E

Black with #80089E

Text Example


Text Example

White with #80089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,8,158); }

 H1.HeaderClassName
 {
   color: #80089E;
 }
 .AnyTagClassName
 {
   color: #80089E;
 }
</style>

background-color css

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

 a { background-color: rgb(128,8,158); }

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

border-color css

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

 span { border-color: rgb(128,8,158); }

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