Html Css Color HEX #840295 Dark Magenta

📋 copy color: '#840295'

red 132 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #840295

Tints of Dark Magenta #840295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 46.64%
G = 0.71%
B = 52.65%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#840295 (or 0x840295) is known color: Dark Magenta. HEX triplet: 84, 02 and 95. RGB value is (132,2,149). Sum of RGB (Red+Green+Blue) = 132+2+149=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #840295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840295 is #7BFD6A. Grayscale: #393939. Windows color (decimal): -8125803 or 9765508. OLE color: 9765508.

HSL color Cylindrical-coordinate representation of color #840295: hue angle of 293.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840295 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 2 149 -
CMYK 0.11 0.99 0 0.42
HSL 293.06º 0.97% 0.3% -
HSV(B) 293.06º 0.99% 0.58% -
XYZ 14.96 7.12 29.02 -
YUV 57.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 132 2 149 0.11 0.99 0 0.42 293.06 0.97 0.3
Hex 84 2 95 B 63 0 2A 125 61 1E
Octal 204 2 225 13 143 0 52 445 141 36
Binary 10000100 10 10010101 1011 1100011 0 101010 100100101 1100001 11110

Color Harmonies of #840295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840295

Black with #840295

Text Example


Text Example

White with #840295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840295; }

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

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

background-color css

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

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

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

border-color css

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

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

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