Html Css Color HEX #84009F Dark Magenta

📋 copy color: '#84009F'

red 132 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #84009F

Tints of Dark Magenta #84009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.64%

R = 45.36%
G = 0%
B = 54.64%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84009F (or 0x84009F) is known color: Dark Magenta. HEX triplet: 84, 00 and 9F. RGB value is (132,0,159). Sum of RGB (Red+Green+Blue) = 132+0+159=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #84009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84009F is #7BFF60. Grayscale: #393939. Windows color (decimal): -8126305 or 10420356. OLE color: 10420356.

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

Color convert

RGB 132 0 159 -
CMYK 0.17 1 0 0.38
HSL 289.81º 1% 0.31% -
HSV(B) 289.81º 1% 0.62% -
XYZ 15.77 7.41 33.4 -
YUV 57.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 132 0 159 0.17 1 0 0.38 289.81 1 0.31
Hex 84 0 9F 11 64 0 26 122 64 1F
Octal 204 0 237 21 144 0 46 442 144 37
Binary 10000100 0 10011111 10001 1100100 0 100110 100100010 1100100 11111

Color Harmonies of #84009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84009F

Black with #84009F

Text Example


Text Example

White with #84009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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