Html Css Color HEX #840F99 Dark Magenta

📋 copy color: '#840F99'

red 132 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #840F99

Tints of Dark Magenta #840F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 44%
G = 5%
B = 51%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#840F99 (or 0x840F99) is known color: Dark Magenta. HEX triplet: 84, 0F and 99. RGB value is (132,15,153). Sum of RGB (Red+Green+Blue) = 132+15+153=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #840F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F99 is #7BF066. Grayscale: #414141. Windows color (decimal): -8122471 or 10030980. OLE color: 10030980.

HSL color Cylindrical-coordinate representation of color #840F99: hue angle of 290.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840F99 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 15 153 -
CMYK 0.14 0.90 0 0.4
HSL 290.87º 0.82% 0.33% -
HSV(B) 290.87º 0.9% 0.6% -
XYZ 15.44 7.55 30.78 -
YUV 65.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 132 15 153 0.14 0.90 0 0.4 290.87 0.82 0.33
Hex 84 F 99 E 5A 0 28 123 52 21
Octal 204 17 231 16 132 0 50 443 122 41
Binary 10000100 1111 10011001 1110 1011010 0 101000 100100011 1010010 100001

Color Harmonies of #840F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F99

Black with #840F99

Text Example


Text Example

White with #840F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840F99; }

 p { color: rgb(132,15,153); }

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

background-color css

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

 a { background-color: rgb(132,15,153); }

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

border-color css

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

 span { border-color: rgb(132,15,153); }

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