Html Css Color HEX #80089F Dark Magenta

📋 copy color: '#80089F'

red 128 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #80089F

Tints of Dark Magenta #80089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 43.39%
G = 2.71%
B = 53.9%

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

#80089F (or 0x80089F) is known color: Dark Magenta. HEX triplet: 80, 08 and 9F. RGB value is (128,8,159). Sum of RGB (Red+Green+Blue) = 128+8+159=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #80089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80089F is #7FF760. Grayscale: #3C3C3C. Windows color (decimal): -8386401 or 10422400. OLE color: 10422400.

HSL color Cylindrical-coordinate representation of color #80089F: hue angle of 287.68º 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 #80089F is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 8 159 -
CMYK 0.19 0.95 0 0.38
HSL 287.68º 0.9% 0.33% -
HSV(B) 287.68º 0.95% 0.62% -
XYZ 15.25 7.27 33.4 -
YUV 61.09 183.26 175.72 -
System Red Green Blue C M Y K H S L
Decimal 128 8 159 0.19 0.95 0 0.38 287.68 0.9 0.33
Hex 80 8 9F 13 5F 0 26 120 5A 21
Octal 200 10 237 23 137 0 46 440 132 41
Binary 10000000 1000 10011111 10011 1011111 0 100110 100100000 1011010 100001

Color Harmonies of #80089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80089F

Black with #80089F

Text Example


Text Example

White with #80089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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