Html Css Color HEX #800298 Dark Magenta

📋 copy color: '#800298'

red 128 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #800298

Tints of Dark Magenta #800298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 45.39%
G = 0.71%
B = 53.9%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#800298 (or 0x800298) is known color: Dark Magenta. HEX triplet: 80, 02 and 98. RGB value is (128,2,152). Sum of RGB (Red+Green+Blue) = 128+2+152=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #800298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800298 is #7FFD67. Grayscale: #383838. Windows color (decimal): -8387944 or 9962112. OLE color: 9962112.

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

Color convert

RGB 128 2 152 -
CMYK 0.16 0.99 0 0.40
HSL 290.4º 0.97% 0.3% -
HSV(B) 290.4º 0.99% 0.6% -
XYZ 14.59 6.9 30.27 -
YUV 56.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 128 2 152 0.16 0.99 0 0.40 290.4 0.97 0.3
Hex 80 2 98 10 63 0 28 122 61 1E
Octal 200 2 230 20 143 0 50 442 141 36
Binary 10000000 10 10011000 10000 1100011 0 101000 100100010 1100001 11110

Color Harmonies of #800298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800298

Black with #800298

Text Example


Text Example

White with #800298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800298; }

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

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

background-color css

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

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

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

border-color css

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

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

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