Html Css Color HEX #840195 Dark Magenta

📋 copy color: '#840195'

red 132 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #840195

Tints of Dark Magenta #840195

RGB

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

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

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

R = 46.81%
G = 0.35%
B = 52.84%

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

#840195 (or 0x840195) is known color: Dark Magenta. HEX triplet: 84, 01 and 95. RGB value is (132,1,149). Sum of RGB (Red+Green+Blue) = 132+1+149=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #840195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840195 is #7BFE6A. Grayscale: #383838. Windows color (decimal): -8126059 or 9765252. OLE color: 9765252.

HSL color Cylindrical-coordinate representation of color #840195: hue angle of 293.11º degrees, saturation: 0.99, 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 #840195 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 1 149 -
CMYK 0.11 0.99 0 0.42
HSL 293.11º 0.99% 0.29% -
HSV(B) 293.11º 0.99% 0.58% -
XYZ 14.95 7.1 29.02 -
YUV 57.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 132 1 149 0.11 0.99 0 0.42 293.11 0.99 0.29
Hex 84 1 95 B 63 0 2A 125 63 1D
Octal 204 1 225 13 143 0 52 445 143 35
Binary 10000100 1 10010101 1011 1100011 0 101010 100100101 1100011 11101

Color Harmonies of #840195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840195

Black with #840195

Text Example


Text Example

White with #840195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840195; }

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

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

background-color css

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

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

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

border-color css

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

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

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