Html Css Color HEX #801892 Dark Magenta

📋 copy color: '#801892'

red 128 ◦ green 24 ◦ blue 146

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

Shades of Dark Magenta #801892

Tints of Dark Magenta #801892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 42.95%
G = 8.05%
B = 48.99%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801892 (or 0x801892) is known color: Dark Magenta. HEX triplet: 80, 18 and 92. RGB value is (128,24,146). Sum of RGB (Red+Green+Blue) = 128+24+146=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #801892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801892 is #7FE76D. Grayscale: #444444. Windows color (decimal): -8382318 or 9574528. OLE color: 9574528.

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

Color convert

RGB 128 24 146 -
CMYK 0.12 0.84 0 0.43
HSL 291.15º 0.72% 0.33% -
HSV(B) 291.15º 0.84% 0.57% -
XYZ 14.42 7.32 27.85 -
YUV 69 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 128 24 146 0.12 0.84 0 0.43 291.15 0.72 0.33
Hex 80 18 92 C 54 0 2B 123 48 21
Octal 200 30 222 14 124 0 53 443 110 41
Binary 10000000 11000 10010010 1100 1010100 0 101011 100100011 1001000 100001

Color Harmonies of #801892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801892

Black with #801892

Text Example


Text Example

White with #801892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801892; }

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

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

background-color css

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

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

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

border-color css

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

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

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