Html Css Color HEX #840199 Dark Magenta

📋 copy color: '#840199'

red 132 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #840199

Tints of Dark Magenta #840199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 46.15%
G = 0.35%
B = 53.5%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#840199 (or 0x840199) is known color: Dark Magenta. HEX triplet: 84, 01 and 99. RGB value is (132,1,153). Sum of RGB (Red+Green+Blue) = 132+1+153=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #840199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840199 is #7BFE66. Grayscale: #393939. Windows color (decimal): -8126055 or 10027396. OLE color: 10027396.

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

Color convert

RGB 132 1 153 -
CMYK 0.14 0.99 0 0.4
HSL 291.71º 0.99% 0.3% -
HSV(B) 291.71º 0.99% 0.6% -
XYZ 15.28 7.23 30.73 -
YUV 57.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 132 1 153 0.14 0.99 0 0.4 291.71 0.99 0.3
Hex 84 1 99 E 63 0 28 124 63 1E
Octal 204 1 231 16 143 0 50 444 143 36
Binary 10000100 1 10011001 1110 1100011 0 101000 100100100 1100011 11110

Color Harmonies of #840199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840199

Black with #840199

Text Example


Text Example

White with #840199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840199; }

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

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

background-color css

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

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

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

border-color css

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

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

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