Html Css Color HEX #801098 Dark Magenta

📋 copy color: '#801098'

red 128 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #801098

Tints of Dark Magenta #801098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 43.24%
G = 5.41%
B = 51.35%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#801098 (or 0x801098) is known color: Dark Magenta. HEX triplet: 80, 10 and 98. RGB value is (128,16,152). Sum of RGB (Red+Green+Blue) = 128+16+152=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #801098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801098 is #7FEF67. Grayscale: #404040. Windows color (decimal): -8384360 or 9965696. OLE color: 9965696.

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

Color convert

RGB 128 16 152 -
CMYK 0.16 0.89 0 0.40
HSL 289.41º 0.81% 0.33% -
HSV(B) 289.41º 0.89% 0.6% -
XYZ 14.75 7.23 30.32 -
YUV 64.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 128 16 152 0.16 0.89 0 0.40 289.41 0.81 0.33
Hex 80 10 98 10 59 0 28 121 51 21
Octal 200 20 230 20 131 0 50 441 121 41
Binary 10000000 10000 10011000 10000 1011001 0 101000 100100001 1010001 100001

Color Harmonies of #801098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801098

Black with #801098

Text Example


Text Example

White with #801098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801098; }

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

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

background-color css

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

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

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

border-color css

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

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

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