Html Css Color HEX #86118B Dark Magenta

📋 copy color: '#86118B'

red 134 ◦ green 17 ◦ blue 139

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

Shades of Dark Magenta #86118B

Tints of Dark Magenta #86118B

RGB

 RED value IS 134 (52.73% from 255) = 46.21%

 GREEN value IS 17 (7.03% from 255) = 5.86%

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

R = 46.21%
G = 5.86%
B = 47.93%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86118B (or 0x86118B) is known color: Dark Magenta. HEX triplet: 86, 11 and 8B. RGB value is (134,17,139). Sum of RGB (Red+Green+Blue) = 134+17+139=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #86118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86118B is #79EE74. Grayscale: #414141. Windows color (decimal): -7990901 or 9113990. OLE color: 9113990.

HSL color Cylindrical-coordinate representation of color #86118B: hue angle of 297.54º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86118B is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 17 139 -
CMYK 0.04 0.88 0 0.45
HSL 297.54º 0.78% 0.31% -
HSV(B) 297.54º 0.88% 0.55% -
XYZ 14.69 7.33 25.07 -
YUV 65.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 134 17 139 0.04 0.88 0 0.45 297.54 0.78 0.31
Hex 86 11 8B 4 58 0 2D 12A 4E 1F
Octal 206 21 213 4 130 0 55 452 116 37
Binary 10000110 10001 10001011 100 1011000 0 101101 100101010 1001110 11111

Color Harmonies of #86118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86118B

Black with #86118B

Text Example


Text Example

White with #86118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86118B; }

 p { color: rgb(134,17,139); }

 H1.HeaderClassName
 {
   color: #86118B;
 }
 .AnyTagClassName
 {
   color: #86118B;
 }
</style>

background-color css

<style>
 a { background-color: #86118B; }

 a { background-color: rgb(134,17,139); }

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

border-color css

<style>
 span { border-color: #86118B; }

 span { border-color: rgb(134,17,139); }

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