Html Css Color HEX #801294 Dark Magenta

📋 copy color: '#801294'

red 128 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #801294

Tints of Dark Magenta #801294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

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

R = 43.54%
G = 6.12%
B = 50.34%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801294 (or 0x801294) is known color: Dark Magenta. HEX triplet: 80, 12 and 94. RGB value is (128,18,148). Sum of RGB (Red+Green+Blue) = 128+18+148=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #801294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801294 is #7FED6B. Grayscale: #414141. Windows color (decimal): -8383852 or 9704064. OLE color: 9704064.

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

Color convert

RGB 128 18 148 -
CMYK 0.14 0.88 0 0.42
HSL 290.77º 0.78% 0.33% -
HSV(B) 290.77º 0.88% 0.58% -
XYZ 14.46 7.16 28.64 -
YUV 65.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 128 18 148 0.14 0.88 0 0.42 290.77 0.78 0.33
Hex 80 12 94 E 58 0 2A 123 4E 21
Octal 200 22 224 16 130 0 52 443 116 41
Binary 10000000 10010 10010100 1110 1011000 0 101010 100100011 1001110 100001

Color Harmonies of #801294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801294

Black with #801294

Text Example


Text Example

White with #801294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801294; }

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

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

background-color css

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

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

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

border-color css

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

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

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