Html Css Color HEX #801092 Dark Magenta

📋 copy color: '#801092'

red 128 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #801092

Tints of Dark Magenta #801092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

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

R = 44.14%
G = 5.52%
B = 50.34%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801092 (or 0x801092) is known color: Dark Magenta. HEX triplet: 80, 10 and 92. RGB value is (128,16,146). Sum of RGB (Red+Green+Blue) = 128+16+146=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #801092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801092 is #7FEF6D. Grayscale: #3F3F3F. Windows color (decimal): -8384366 or 9572480. OLE color: 9572480.

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

Color convert

RGB 128 16 146 -
CMYK 0.12 0.89 0 0.43
HSL 291.69º 0.8% 0.32% -
HSV(B) 291.69º 0.89% 0.57% -
XYZ 14.28 7.04 27.8 -
YUV 64.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 128 16 146 0.12 0.89 0 0.43 291.69 0.8 0.32
Hex 80 10 92 C 59 0 2B 124 50 20
Octal 200 20 222 14 131 0 53 444 120 40
Binary 10000000 10000 10010010 1100 1011001 0 101011 100100100 1010000 100000

Color Harmonies of #801092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801092

Black with #801092

Text Example


Text Example

White with #801092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801092; }

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

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

background-color css

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

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

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

border-color css

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

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

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