Html Css Color HEX #801592 Dark Magenta

📋 copy color: '#801592'

red 128 ◦ green 21 ◦ blue 146

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

Shades of Dark Magenta #801592

Tints of Dark Magenta #801592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 43.39%
G = 7.12%
B = 49.49%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801592 (or 0x801592) is known color: Dark Magenta. HEX triplet: 80, 15 and 92. RGB value is (128,21,146). Sum of RGB (Red+Green+Blue) = 128+21+146=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #801592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801592 is #7FEA6D. Grayscale: #424242. Windows color (decimal): -8383086 or 9573760. OLE color: 9573760.

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

Color convert

RGB 128 21 146 -
CMYK 0.12 0.86 0 0.43
HSL 291.36º 0.75% 0.33% -
HSV(B) 291.36º 0.86% 0.57% -
XYZ 14.36 7.2 27.83 -
YUV 67.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 128 21 146 0.12 0.86 0 0.43 291.36 0.75 0.33
Hex 80 15 92 C 56 0 2B 123 4B 21
Octal 200 25 222 14 126 0 53 443 113 41
Binary 10000000 10101 10010010 1100 1010110 0 101011 100100011 1001011 100001

Color Harmonies of #801592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801592

Black with #801592

Text Example


Text Example

White with #801592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801592; }

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

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

background-color css

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

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

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

border-color css

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

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

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