Html Css Color HEX #840197 Dark Magenta

📋 copy color: '#840197'

red 132 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #840197

Tints of Dark Magenta #840197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 151 (59.38% from 255) = 53.17%

R = 46.48%
G = 0.35%
B = 53.17%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#840197 (or 0x840197) is known color: Dark Magenta. HEX triplet: 84, 01 and 97. RGB value is (132,1,151). Sum of RGB (Red+Green+Blue) = 132+1+151=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #840197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840197 is #7BFE68. Grayscale: #383838. Windows color (decimal): -8126057 or 9896324. OLE color: 9896324.

HSL color Cylindrical-coordinate representation of color #840197: hue angle of 292.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840197 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 1 151 -
CMYK 0.13 0.99 0 0.41
HSL 292.4º 0.99% 0.3% -
HSV(B) 292.4º 0.99% 0.59% -
XYZ 15.11 7.16 29.86 -
YUV 57.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 132 1 151 0.13 0.99 0 0.41 292.4 0.99 0.3
Hex 84 1 97 D 63 0 29 124 63 1E
Octal 204 1 227 15 143 0 51 444 143 36
Binary 10000100 1 10010111 1101 1100011 0 101001 100100100 1100011 11110

Color Harmonies of #840197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840197

Black with #840197

Text Example


Text Example

White with #840197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840197; }

 p { color: rgb(132,1,151); }

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

background-color css

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

 a { background-color: rgb(132,1,151); }

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

border-color css

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

 span { border-color: rgb(132,1,151); }

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