Html Css Color HEX #841099 Dark Magenta

📋 copy color: '#841099'

red 132 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #841099

Tints of Dark Magenta #841099

RGB

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

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

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

R = 43.85%
G = 5.32%
B = 50.83%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#841099 (or 0x841099) is known color: Dark Magenta. HEX triplet: 84, 10 and 99. RGB value is (132,16,153). Sum of RGB (Red+Green+Blue) = 132+16+153=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #841099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841099 is #7BEF66. Grayscale: #414141. Windows color (decimal): -8122215 or 10031236. OLE color: 10031236.

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

Color convert

RGB 132 16 153 -
CMYK 0.14 0.90 0 0.4
HSL 290.8º 0.81% 0.33% -
HSV(B) 290.8º 0.9% 0.6% -
XYZ 15.45 7.58 30.78 -
YUV 66.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 132 16 153 0.14 0.90 0 0.4 290.8 0.81 0.33
Hex 84 10 99 E 5A 0 28 123 51 21
Octal 204 20 231 16 132 0 50 443 121 41
Binary 10000100 10000 10011001 1110 1011010 0 101000 100100011 1010001 100001

Color Harmonies of #841099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841099

Black with #841099

Text Example


Text Example

White with #841099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841099; }

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

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

background-color css

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

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

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

border-color css

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

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

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