Html Css Color HEX #800098 Dark Magenta

📋 copy color: '#800098'

red 128 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #800098

Tints of Dark Magenta #800098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#800098 (or 0x800098) is known color: Dark Magenta. HEX triplet: 80, 00 and 98. RGB value is (128,0,152). Sum of RGB (Red+Green+Blue) = 128+0+152=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #800098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800098 is #7FFF67. Grayscale: #373737. Windows color (decimal): -8388456 or 9961600. OLE color: 9961600.

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

Color convert

RGB 128 0 152 -
CMYK 0.16 1 0 0.40
HSL 290.53º 1% 0.3% -
HSV(B) 290.53º 1% 0.6% -
XYZ 14.57 6.86 30.26 -
YUV 55.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 128 0 152 0.16 1 0 0.40 290.53 1 0.3
Hex 80 0 98 10 64 0 28 123 64 1E
Octal 200 0 230 20 144 0 50 443 144 36
Binary 10000000 0 10011000 10000 1100100 0 101000 100100011 1100100 11110

Color Harmonies of #800098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800098

Black with #800098

Text Example


Text Example

White with #800098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800098; }

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

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

background-color css

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

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

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

border-color css

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

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

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