Html Css Color HEX #840095 Dark Magenta

📋 copy color: '#840095'

red 132 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #840095

Tints of Dark Magenta #840095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.98%
G = 0%
B = 53.02%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#840095 (or 0x840095) is known color: Dark Magenta. HEX triplet: 84, 00 and 95. RGB value is (132,0,149). Sum of RGB (Red+Green+Blue) = 132+0+149=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #840095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840095 is #7BFF6A. Grayscale: #373737. Windows color (decimal): -8126315 or 9764996. OLE color: 9764996.

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

Color convert

RGB 132 0 149 -
CMYK 0.11 1 0 0.42
HSL 293.15º 1% 0.29% -
HSV(B) 293.15º 1% 0.58% -
XYZ 14.94 7.08 29.01 -
YUV 56.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 132 0 149 0.11 1 0 0.42 293.15 1 0.29
Hex 84 0 95 B 64 0 2A 125 64 1D
Octal 204 0 225 13 144 0 52 445 144 35
Binary 10000100 0 10010101 1011 1100100 0 101010 100100101 1100100 11101

Color Harmonies of #840095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840095

Black with #840095

Text Example


Text Example

White with #840095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840095; }

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

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

background-color css

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

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

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

border-color css

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

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

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