Html Css Color HEX #86009F Dark Magenta

📋 copy color: '#86009F'

red 134 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #86009F

Tints of Dark Magenta #86009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.73%
G = 0%
B = 54.27%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86009F (or 0x86009F) is known color: Dark Magenta. HEX triplet: 86, 00 and 9F. RGB value is (134,0,159). Sum of RGB (Red+Green+Blue) = 134+0+159=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #86009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86009F is #79FF60. Grayscale: #393939. Windows color (decimal): -7995233 or 10420358. OLE color: 10420358.

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

Color convert

RGB 134 0 159 -
CMYK 0.16 1 0 0.38
HSL 290.57º 1% 0.31% -
HSV(B) 290.57º 1% 0.62% -
XYZ 16.09 7.57 33.41 -
YUV 58.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 134 0 159 0.16 1 0 0.38 290.57 1 0.31
Hex 86 0 9F 10 64 0 26 123 64 1F
Octal 206 0 237 20 144 0 46 443 144 37
Binary 10000110 0 10011111 10000 1100100 0 100110 100100011 1100100 11111

Color Harmonies of #86009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86009F

Black with #86009F

Text Example


Text Example

White with #86009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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