Html Css Color HEX #840294 Dark Magenta

📋 copy color: '#840294'

red 132 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #840294

Tints of Dark Magenta #840294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 46.81%
G = 0.71%
B = 52.48%

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

#840294 (or 0x840294) is known color: Dark Magenta. HEX triplet: 84, 02 and 94. RGB value is (132,2,148). Sum of RGB (Red+Green+Blue) = 132+2+148=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #840294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840294 is #7BFD6B. Grayscale: #393939. Windows color (decimal): -8125804 or 9699972. OLE color: 9699972.

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

Color convert

RGB 132 2 148 -
CMYK 0.11 0.99 0 0.42
HSL 293.42º 0.97% 0.29% -
HSV(B) 293.42º 0.99% 0.58% -
XYZ 14.88 7.09 28.6 -
YUV 57.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 132 2 148 0.11 0.99 0 0.42 293.42 0.97 0.29
Hex 84 2 94 B 63 0 2A 125 61 1D
Octal 204 2 224 13 143 0 52 445 141 35
Binary 10000100 10 10010100 1011 1100011 0 101010 100100101 1100001 11101

Color Harmonies of #840294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840294

Black with #840294

Text Example


Text Example

White with #840294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840294; }

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

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

background-color css

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

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

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

border-color css

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

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

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