Html Css Color HEX #840F8B Dark Magenta

📋 copy color: '#840F8B'

red 132 ◦ green 15 ◦ blue 139

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

Shades of Dark Magenta #840F8B

Tints of Dark Magenta #840F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 46.15%
G = 5.24%
B = 48.6%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#840F8B (or 0x840F8B) is known color: Dark Magenta. HEX triplet: 84, 0F and 8B. RGB value is (132,15,139). Sum of RGB (Red+Green+Blue) = 132+15+139=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #840F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F8B is #7BF074. Grayscale: #3F3F3F. Windows color (decimal): -8122485 or 9113476. OLE color: 9113476.

HSL color Cylindrical-coordinate representation of color #840F8B: hue angle of 296.61º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F8B is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 15 139 -
CMYK 0.05 0.89 0 0.45
HSL 296.61º 0.81% 0.3% -
HSV(B) 296.61º 0.89% 0.55% -
XYZ 14.35 7.11 25.04 -
YUV 64.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 132 15 139 0.05 0.89 0 0.45 296.61 0.81 0.3
Hex 84 F 8B 5 59 0 2D 129 51 1E
Octal 204 17 213 5 131 0 55 451 121 36
Binary 10000100 1111 10001011 101 1011001 0 101101 100101001 1010001 11110

Color Harmonies of #840F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F8B

Black with #840F8B

Text Example


Text Example

White with #840F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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