Html Css Color HEX #86129B Dark Magenta

📋 copy color: '#86129B'

red 134 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #86129B

Tints of Dark Magenta #86129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 43.65%
G = 5.86%
B = 50.49%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86129B (or 0x86129B) is known color: Dark Magenta. HEX triplet: 86, 12 and 9B. RGB value is (134,18,155). Sum of RGB (Red+Green+Blue) = 134+18+155=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #86129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86129B is #79ED64. Grayscale: #434343. Windows color (decimal): -7990629 or 10162822. OLE color: 10162822.

HSL color Cylindrical-coordinate representation of color #86129B: hue angle of 290.8º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86129B is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 18 155 -
CMYK 0.14 0.88 0 0.39
HSL 290.8º 0.79% 0.34% -
HSV(B) 290.8º 0.88% 0.61% -
XYZ 15.96 7.87 31.69 -
YUV 68.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 134 18 155 0.14 0.88 0 0.39 290.8 0.79 0.34
Hex 86 12 9B E 58 0 27 123 4F 22
Octal 206 22 233 16 130 0 47 443 117 42
Binary 10000110 10010 10011011 1110 1011000 0 100111 100100011 1001111 100010

Color Harmonies of #86129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86129B

Black with #86129B

Text Example


Text Example

White with #86129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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