Html Css Color HEX #86159F Dark Magenta

📋 copy color: '#86159F'

red 134 ◦ green 21 ◦ blue 159

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

Shades of Dark Magenta #86159F

Tints of Dark Magenta #86159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 42.68%
G = 6.69%
B = 50.64%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86159F (or 0x86159F) is known color: Dark Magenta. HEX triplet: 86, 15 and 9F. RGB value is (134,21,159). Sum of RGB (Red+Green+Blue) = 134+21+159=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #86159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86159F is #79EA60. Grayscale: #464646. Windows color (decimal): -7989857 or 10425734. OLE color: 10425734.

HSL color Cylindrical-coordinate representation of color #86159F: hue angle of 289.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86159F is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 21 159 -
CMYK 0.16 0.87 0 0.38
HSL 289.13º 0.77% 0.35% -
HSV(B) 289.13º 0.87% 0.62% -
XYZ 16.36 8.11 33.5 -
YUV 70.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 134 21 159 0.16 0.87 0 0.38 289.13 0.77 0.35
Hex 86 15 9F 10 57 0 26 121 4D 23
Octal 206 25 237 20 127 0 46 441 115 43
Binary 10000110 10101 10011111 10000 1010111 0 100110 100100001 1001101 100011

Color Harmonies of #86159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86159F

Black with #86159F

Text Example


Text Example

White with #86159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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