Html Css Color HEX #84019E Dark Magenta

📋 copy color: '#84019E'

red 132 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #84019E

Tints of Dark Magenta #84019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 45.36%
G = 0.34%
B = 54.3%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84019E (or 0x84019E) is known color: Dark Magenta. HEX triplet: 84, 01 and 9E. RGB value is (132,1,158). Sum of RGB (Red+Green+Blue) = 132+1+158=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #84019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84019E is #7BFE61. Grayscale: #393939. Windows color (decimal): -8126050 or 10355076. OLE color: 10355076.

HSL color Cylindrical-coordinate representation of color #84019E: hue angle of 290.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84019E is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 1 158 -
CMYK 0.16 0.99 0 0.38
HSL 290.06º 0.99% 0.31% -
HSV(B) 290.06º 0.99% 0.62% -
XYZ 15.7 7.4 32.95 -
YUV 58.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 132 1 158 0.16 0.99 0 0.38 290.06 0.99 0.31
Hex 84 1 9E 10 63 0 26 122 63 1F
Octal 204 1 236 20 143 0 46 442 143 37
Binary 10000100 1 10011110 10000 1100011 0 100110 100100010 1100011 11111

Color Harmonies of #84019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84019E

Black with #84019E

Text Example


Text Example

White with #84019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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