Html Css Color HEX #800198 Dark Magenta

📋 copy color: '#800198'

red 128 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #800198

Tints of Dark Magenta #800198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 45.55%
G = 0.36%
B = 54.09%

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

#800198 (or 0x800198) is known color: Dark Magenta. HEX triplet: 80, 01 and 98. RGB value is (128,1,152). Sum of RGB (Red+Green+Blue) = 128+1+152=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #800198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800198 is #7FFE67. Grayscale: #373737. Windows color (decimal): -8388200 or 9961856. OLE color: 9961856.

HSL color Cylindrical-coordinate representation of color #800198: hue angle of 290.46º degrees, saturation: 0.99, 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 #800198 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 1 152 -
CMYK 0.16 0.99 0 0.40
HSL 290.46º 0.99% 0.3% -
HSV(B) 290.46º 0.99% 0.6% -
XYZ 14.58 6.88 30.26 -
YUV 56.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 128 1 152 0.16 0.99 0 0.40 290.46 0.99 0.3
Hex 80 1 98 10 63 0 28 122 63 1E
Octal 200 1 230 20 143 0 50 442 143 36
Binary 10000000 1 10011000 10000 1100011 0 101000 100100010 1100011 11110

Color Harmonies of #800198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800198

Black with #800198

Text Example


Text Example

White with #800198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800198; }

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

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

background-color css

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

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

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

border-color css

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

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

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