Html Css Color HEX #841199 Dark Magenta

📋 copy color: '#841199'

red 132 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #841199

Tints of Dark Magenta #841199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

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

R = 43.71%
G = 5.63%
B = 50.66%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#841199 (or 0x841199) is known color: Dark Magenta. HEX triplet: 84, 11 and 99. RGB value is (132,17,153). Sum of RGB (Red+Green+Blue) = 132+17+153=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #841199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841199 is #7BEE66. Grayscale: #424242. Windows color (decimal): -8121959 or 10031492. OLE color: 10031492.

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

Color convert

RGB 132 17 153 -
CMYK 0.14 0.89 0 0.4
HSL 290.74º 0.8% 0.33% -
HSV(B) 290.74º 0.89% 0.6% -
XYZ 15.47 7.61 30.79 -
YUV 66.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 132 17 153 0.14 0.89 0 0.4 290.74 0.8 0.33
Hex 84 11 99 E 59 0 28 123 50 21
Octal 204 21 231 16 131 0 50 443 120 41
Binary 10000100 10001 10011001 1110 1011001 0 101000 100100011 1010000 100001

Color Harmonies of #841199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841199

Black with #841199

Text Example


Text Example

White with #841199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841199; }

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

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

background-color css

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

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

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

border-color css

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

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

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