Html Css Color HEX #801593 Dark Magenta

📋 copy color: '#801593'

red 128 ◦ green 21 ◦ blue 147

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

Shades of Dark Magenta #801593

Tints of Dark Magenta #801593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 43.24%
G = 7.09%
B = 49.66%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801593 (or 0x801593) is known color: Dark Magenta. HEX triplet: 80, 15 and 93. RGB value is (128,21,147). Sum of RGB (Red+Green+Blue) = 128+21+147=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #801593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801593 is #7FEA6C. Grayscale: #424242. Windows color (decimal): -8383085 or 9639296. OLE color: 9639296.

HSL color Cylindrical-coordinate representation of color #801593: hue angle of 290.95º 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 #801593 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 21 147 -
CMYK 0.13 0.86 0 0.42
HSL 290.95º 0.75% 0.33% -
HSV(B) 290.95º 0.86% 0.58% -
XYZ 14.44 7.23 28.24 -
YUV 67.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 128 21 147 0.13 0.86 0 0.42 290.95 0.75 0.33
Hex 80 15 93 D 56 0 2A 123 4B 21
Octal 200 25 223 15 126 0 52 443 113 41
Binary 10000000 10101 10010011 1101 1010110 0 101010 100100011 1001011 100001

Color Harmonies of #801593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801593

Black with #801593

Text Example


Text Example

White with #801593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801593; }

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

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

background-color css

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

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

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

border-color css

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

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

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