Html Css Color HEX #840091 Dark Magenta

📋 copy color: '#840091'

red 132 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #840091

Tints of Dark Magenta #840091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 47.65%
G = 0%
B = 52.35%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#840091 (or 0x840091) is known color: Dark Magenta. HEX triplet: 84, 00 and 91. RGB value is (132,0,145). Sum of RGB (Red+Green+Blue) = 132+0+145=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #840091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840091 is #7BFF6E. Grayscale: #373737. Windows color (decimal): -8126319 or 9502852. OLE color: 9502852.

HSL color Cylindrical-coordinate representation of color #840091: hue angle of 294.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840091 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 0 145 -
CMYK 0.09 1 0 0.43
HSL 294.62º 1% 0.28% -
HSV(B) 294.62º 1% 0.57% -
XYZ 14.63 6.95 27.36 -
YUV 56 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 132 0 145 0.09 1 0 0.43 294.62 1 0.28
Hex 84 0 91 9 64 0 2B 127 64 1C
Octal 204 0 221 11 144 0 53 447 144 34
Binary 10000100 0 10010001 1001 1100100 0 101011 100100111 1100100 11100

Color Harmonies of #840091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840091

Black with #840091

Text Example


Text Example

White with #840091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840091; }

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

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

background-color css

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

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

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

border-color css

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

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

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