Html Css Color HEX #841799 Dark Magenta

📋 copy color: '#841799'

red 132 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #841799

Tints of Dark Magenta #841799

RGB

 RED value IS 132 (51.95% from 255) = 42.86%

 GREEN value IS 23 (9.38% from 255) = 7.47%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 42.86%
G = 7.47%
B = 49.68%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#841799 (or 0x841799) is known color: Dark Magenta. HEX triplet: 84, 17 and 99. RGB value is (132,23,153). Sum of RGB (Red+Green+Blue) = 132+23+153=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #841799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841799 is #7BE866. Grayscale: #464646. Windows color (decimal): -8120423 or 10033028. OLE color: 10033028.

HSL color Cylindrical-coordinate representation of color #841799: hue angle of 290.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841799 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 23 153 -
CMYK 0.14 0.85 0 0.4
HSL 290.31º 0.74% 0.35% -
HSV(B) 290.31º 0.85% 0.6% -
XYZ 15.57 7.82 30.83 -
YUV 70.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 132 23 153 0.14 0.85 0 0.4 290.31 0.74 0.35
Hex 84 17 99 E 55 0 28 122 4A 23
Octal 204 27 231 16 125 0 50 442 112 43
Binary 10000100 10111 10011001 1110 1010101 0 101000 100100010 1001010 100011

Color Harmonies of #841799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841799

Black with #841799

Text Example


Text Example

White with #841799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841799; }

 p { color: rgb(132,23,153); }

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

background-color css

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

 a { background-color: rgb(132,23,153); }

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

border-color css

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

 span { border-color: rgb(132,23,153); }

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