Html Css Color HEX #840289 Dark Magenta

📋 copy color: '#840289'

red 132 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #840289

Tints of Dark Magenta #840289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 48.71%
G = 0.74%
B = 50.55%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#840289 (or 0x840289) is known color: Dark Magenta. HEX triplet: 84, 02 and 89. RGB value is (132,2,137). Sum of RGB (Red+Green+Blue) = 132+2+137=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #840289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840289 is #7BFD76. Grayscale: #373737. Windows color (decimal): -8125815 or 8979076. OLE color: 8979076.

HSL color Cylindrical-coordinate representation of color #840289: hue angle of 297.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840289 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 2 137 -
CMYK 0.04 0.99 0 0.46
HSL 297.78º 0.97% 0.27% -
HSV(B) 297.78º 0.99% 0.54% -
XYZ 14.05 6.76 24.23 -
YUV 56.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 132 2 137 0.04 0.99 0 0.46 297.78 0.97 0.27
Hex 84 2 89 4 63 0 2E 12A 61 1B
Octal 204 2 211 4 143 0 56 452 141 33
Binary 10000100 10 10001001 100 1100011 0 101110 100101010 1100001 11011

Color Harmonies of #840289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840289

Black with #840289

Text Example


Text Example

White with #840289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840289; }

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

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

background-color css

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

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

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

border-color css

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

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

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