Html Css Color HEX #84158C Dark Magenta

📋 copy color: '#84158C'

red 132 ◦ green 21 ◦ blue 140

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

Shades of Dark Magenta #84158C

Tints of Dark Magenta #84158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 45.05%
G = 7.17%
B = 47.78%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84158C (or 0x84158C) is known color: Dark Magenta. HEX triplet: 84, 15 and 8C. RGB value is (132,21,140). Sum of RGB (Red+Green+Blue) = 132+21+140=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #84158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84158C is #7BEA73. Grayscale: #434343. Windows color (decimal): -8120948 or 9180548. OLE color: 9180548.

HSL color Cylindrical-coordinate representation of color #84158C: hue angle of 295.97º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84158C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 21 140 -
CMYK 0.06 0.85 0 0.45
HSL 295.97º 0.74% 0.32% -
HSV(B) 295.97º 0.85% 0.55% -
XYZ 14.52 7.34 25.46 -
YUV 67.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 132 21 140 0.06 0.85 0 0.45 295.97 0.74 0.32
Hex 84 15 8C 6 55 0 2D 128 4A 20
Octal 204 25 214 6 125 0 55 450 112 40
Binary 10000100 10101 10001100 110 1010101 0 101101 100101000 1001010 100000

Color Harmonies of #84158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84158C

Black with #84158C

Text Example


Text Example

White with #84158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84158C; }

 p { color: rgb(132,21,140); }

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

background-color css

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

 a { background-color: rgb(132,21,140); }

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

border-color css

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

 span { border-color: rgb(132,21,140); }

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