Html Css Color HEX #86159B Dark Magenta

📋 copy color: '#86159B'

red 134 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #86159B

Tints of Dark Magenta #86159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

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

R = 43.23%
G = 6.77%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86159B (or 0x86159B) is known color: Dark Magenta. HEX triplet: 86, 15 and 9B. RGB value is (134,21,155). Sum of RGB (Red+Green+Blue) = 134+21+155=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #86159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86159B is #79EA64. Grayscale: #454545. Windows color (decimal): -7989861 or 10163590. OLE color: 10163590.

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

Color convert

RGB 134 21 155 -
CMYK 0.14 0.86 0 0.39
HSL 290.6º 0.76% 0.35% -
HSV(B) 290.6º 0.86% 0.61% -
XYZ 16.02 7.97 31.7 -
YUV 70.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 134 21 155 0.14 0.86 0 0.39 290.6 0.76 0.35
Hex 86 15 9B E 56 0 27 123 4C 23
Octal 206 25 233 16 126 0 47 443 114 43
Binary 10000110 10101 10011011 1110 1010110 0 100111 100100011 1001100 100011

Color Harmonies of #86159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86159B

Black with #86159B

Text Example


Text Example

White with #86159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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