Html Css Color HEX #801594 Dark Magenta

📋 copy color: '#801594'

red 128 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #801594

Tints of Dark Magenta #801594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 43.1%
G = 7.07%
B = 49.83%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801594 (or 0x801594) is known color: Dark Magenta. HEX triplet: 80, 15 and 94. RGB value is (128,21,148). Sum of RGB (Red+Green+Blue) = 128+21+148=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #801594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801594 is #7FEA6B. Grayscale: #434343. Windows color (decimal): -8383084 or 9704832. OLE color: 9704832.

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

Color convert

RGB 128 21 148 -
CMYK 0.14 0.86 0 0.42
HSL 290.55º 0.75% 0.33% -
HSV(B) 290.55º 0.86% 0.58% -
XYZ 14.52 7.26 28.65 -
YUV 67.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 128 21 148 0.14 0.86 0 0.42 290.55 0.75 0.33
Hex 80 15 94 E 56 0 2A 123 4B 21
Octal 200 25 224 16 126 0 52 443 113 41
Binary 10000000 10101 10010100 1110 1010110 0 101010 100100011 1001011 100001

Color Harmonies of #801594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801594

Black with #801594

Text Example


Text Example

White with #801594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801594; }

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

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

background-color css

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

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

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

border-color css

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

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

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