Html Css Color HEX #80099E Dark Magenta

📋 copy color: '#80099E'

red 128 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #80099E

Tints of Dark Magenta #80099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 43.39%
G = 3.05%
B = 53.56%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80099E (or 0x80099E) is known color: Dark Magenta. HEX triplet: 80, 09 and 9E. RGB value is (128,9,158). Sum of RGB (Red+Green+Blue) = 128+9+158=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #80099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80099E is #7FF661. Grayscale: #3D3D3D. Windows color (decimal): -8386146 or 10357120. OLE color: 10357120.

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

Color convert

RGB 128 9 158 -
CMYK 0.19 0.94 0 0.38
HSL 287.92º 0.89% 0.33% -
HSV(B) 287.92º 0.94% 0.62% -
XYZ 15.17 7.25 32.95 -
YUV 61.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 128 9 158 0.19 0.94 0 0.38 287.92 0.89 0.33
Hex 80 9 9E 13 5E 0 26 120 59 21
Octal 200 11 236 23 136 0 46 440 131 41
Binary 10000000 1001 10011110 10011 1011110 0 100110 100100000 1011001 100001

Color Harmonies of #80099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80099E

Black with #80099E

Text Example


Text Example

White with #80099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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