Html Css Color HEX #86159D Dark Magenta

📋 copy color: '#86159D'

red 134 ◦ green 21 ◦ blue 157

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

Shades of Dark Magenta #86159D

Tints of Dark Magenta #86159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 42.95%
G = 6.73%
B = 50.32%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86159D (or 0x86159D) is known color: Dark Magenta. HEX triplet: 86, 15 and 9D. RGB value is (134,21,157). Sum of RGB (Red+Green+Blue) = 134+21+157=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #86159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86159D is #79EA62. Grayscale: #454545. Windows color (decimal): -7989859 or 10294662. OLE color: 10294662.

HSL color Cylindrical-coordinate representation of color #86159D: hue angle of 289.85º degrees, saturation: 0.76, 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 #86159D is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 21 157 -
CMYK 0.15 0.87 0 0.38
HSL 289.85º 0.76% 0.35% -
HSV(B) 289.85º 0.87% 0.62% -
XYZ 16.19 8.04 32.6 -
YUV 70.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 134 21 157 0.15 0.87 0 0.38 289.85 0.76 0.35
Hex 86 15 9D F 57 0 26 122 4C 23
Octal 206 25 235 17 127 0 46 442 114 43
Binary 10000110 10101 10011101 1111 1010111 0 100110 100100010 1001100 100011

Color Harmonies of #86159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86159D

Black with #86159D

Text Example


Text Example

White with #86159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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