Html Css Color HEX #86128B Dark Magenta

📋 copy color: '#86128B'

red 134 ◦ green 18 ◦ blue 139

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

Shades of Dark Magenta #86128B

Tints of Dark Magenta #86128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 46.05%
G = 6.19%
B = 47.77%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86128B (or 0x86128B) is known color: Dark Magenta. HEX triplet: 86, 12 and 8B. RGB value is (134,18,139). Sum of RGB (Red+Green+Blue) = 134+18+139=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #86128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86128B is #79ED74. Grayscale: #424242. Windows color (decimal): -7990645 or 9114246. OLE color: 9114246.

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

Color convert

RGB 134 18 139 -
CMYK 0.04 0.87 0 0.45
HSL 297.52º 0.77% 0.31% -
HSV(B) 297.52º 0.87% 0.55% -
XYZ 14.71 7.37 25.07 -
YUV 66.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 134 18 139 0.04 0.87 0 0.45 297.52 0.77 0.31
Hex 86 12 8B 4 57 0 2D 12A 4D 1F
Octal 206 22 213 4 127 0 55 452 115 37
Binary 10000110 10010 10001011 100 1010111 0 101101 100101010 1001101 11111

Color Harmonies of #86128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86128B

Black with #86128B

Text Example


Text Example

White with #86128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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