Html Css Color HEX #801292 Dark Magenta

📋 copy color: '#801292'

red 128 ◦ green 18 ◦ blue 146

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

Shades of Dark Magenta #801292

Tints of Dark Magenta #801292

RGB

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

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

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

R = 43.84%
G = 6.16%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801292 (or 0x801292) is known color: Dark Magenta. HEX triplet: 80, 12 and 92. RGB value is (128,18,146). Sum of RGB (Red+Green+Blue) = 128+18+146=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #801292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801292 is #7FED6D. Grayscale: #414141. Windows color (decimal): -8383854 or 9572992. OLE color: 9572992.

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

Color convert

RGB 128 18 146 -
CMYK 0.12 0.88 0 0.43
HSL 291.56º 0.78% 0.32% -
HSV(B) 291.56º 0.88% 0.57% -
XYZ 14.31 7.1 27.81 -
YUV 65.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 128 18 146 0.12 0.88 0 0.43 291.56 0.78 0.32
Hex 80 12 92 C 58 0 2B 124 4E 20
Octal 200 22 222 14 130 0 53 444 116 40
Binary 10000000 10010 10010010 1100 1011000 0 101011 100100100 1001110 100000

Color Harmonies of #801292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801292

Black with #801292

Text Example


Text Example

White with #801292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801292; }

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

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

background-color css

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

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

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

border-color css

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

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

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