Html Css Color HEX #86099F Dark Magenta

📋 copy color: '#86099F'

red 134 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #86099F

Tints of Dark Magenta #86099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 44.37%
G = 2.98%
B = 52.65%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86099F (or 0x86099F) is known color: Dark Magenta. HEX triplet: 86, 09 and 9F. RGB value is (134,9,159). Sum of RGB (Red+Green+Blue) = 134+9+159=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #86099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86099F is #79F660. Grayscale: #3F3F3F. Windows color (decimal): -7992929 or 10422662. OLE color: 10422662.

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

Color convert

RGB 134 9 159 -
CMYK 0.16 0.94 0 0.38
HSL 290º 0.89% 0.33% -
HSV(B) 290º 0.94% 0.62% -
XYZ 16.19 7.77 33.45 -
YUV 63.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 134 9 159 0.16 0.94 0 0.38 290 0.89 0.33
Hex 86 9 9F 10 5E 0 26 122 59 21
Octal 206 11 237 20 136 0 46 442 131 41
Binary 10000110 1001 10011111 10000 1011110 0 100110 100100010 1011001 100001

Color Harmonies of #86099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86099F

Black with #86099F

Text Example


Text Example

White with #86099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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