Html Css Color HEX #840299 Dark Magenta

📋 copy color: '#840299'

red 132 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #840299

Tints of Dark Magenta #840299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 45.99%
G = 0.7%
B = 53.31%

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

#840299 (or 0x840299) is known color: Dark Magenta. HEX triplet: 84, 02 and 99. RGB value is (132,2,153). Sum of RGB (Red+Green+Blue) = 132+2+153=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #840299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840299 is #7BFD66. Grayscale: #393939. Windows color (decimal): -8125799 or 10027652. OLE color: 10027652.

HSL color Cylindrical-coordinate representation of color #840299: hue angle of 291.66º degrees, saturation: 0.97, 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 #840299 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 2 153 -
CMYK 0.14 0.99 0 0.4
HSL 291.66º 0.97% 0.3% -
HSV(B) 291.66º 0.99% 0.6% -
XYZ 15.29 7.25 30.73 -
YUV 58.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 132 2 153 0.14 0.99 0 0.4 291.66 0.97 0.3
Hex 84 2 99 E 63 0 28 124 61 1E
Octal 204 2 231 16 143 0 50 444 141 36
Binary 10000100 10 10011001 1110 1100011 0 101000 100100100 1100001 11110

Color Harmonies of #840299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840299

Black with #840299

Text Example


Text Example

White with #840299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840299; }

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

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

background-color css

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

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

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

border-color css

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

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

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