Html Css Color HEX #800894 Dark Magenta

📋 copy color: '#800894'

red 128 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #800894

Tints of Dark Magenta #800894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 45.07%
G = 2.82%
B = 52.11%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800894 (or 0x800894) is known color: Dark Magenta. HEX triplet: 80, 08 and 94. RGB value is (128,8,148). Sum of RGB (Red+Green+Blue) = 128+8+148=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #800894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800894 is #7FF76B. Grayscale: #3B3B3B. Windows color (decimal): -8386412 or 9701504. OLE color: 9701504.

HSL color Cylindrical-coordinate representation of color #800894: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800894 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 8 148 -
CMYK 0.14 0.95 0 0.42
HSL 291.43º 0.9% 0.31% -
HSV(B) 291.43º 0.95% 0.58% -
XYZ 14.33 6.9 28.59 -
YUV 59.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 128 8 148 0.14 0.95 0 0.42 291.43 0.9 0.31
Hex 80 8 94 E 5F 0 2A 123 5A 1F
Octal 200 10 224 16 137 0 52 443 132 37
Binary 10000000 1000 10010100 1110 1011111 0 101010 100100011 1011010 11111

Color Harmonies of #800894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800894

Black with #800894

Text Example


Text Example

White with #800894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800894; }

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

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

background-color css

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

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

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

border-color css

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

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

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