Html Css Color HEX #84008C Dark Magenta

📋 copy color: '#84008C'

red 132 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #84008C

Tints of Dark Magenta #84008C

RGB

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

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

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

R = 48.53%
G = 0%
B = 51.47%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84008C (or 0x84008C) is known color: Dark Magenta. HEX triplet: 84, 00 and 8C. RGB value is (132,0,140). Sum of RGB (Red+Green+Blue) = 132+0+140=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #84008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84008C is #7BFF73. Grayscale: #373737. Windows color (decimal): -8126324 or 9175172. OLE color: 9175172.

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

Color convert

RGB 132 0 140 -
CMYK 0.06 1 0 0.45
HSL 296.57º 1% 0.27% -
HSV(B) 296.57º 1% 0.55% -
XYZ 14.25 6.8 25.37 -
YUV 55.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 132 0 140 0.06 1 0 0.45 296.57 1 0.27
Hex 84 0 8C 6 64 0 2D 129 64 1B
Octal 204 0 214 6 144 0 55 451 144 33
Binary 10000100 0 10001100 110 1100100 0 101101 100101001 1100100 11011

Color Harmonies of #84008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84008C

Black with #84008C

Text Example


Text Example

White with #84008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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