Html Css Color HEX #860886 Dark Magenta

📋 copy color: '#860886'

red 134 ◦ green 8 ◦ blue 134

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

Shades of Dark Magenta #860886

Tints of Dark Magenta #860886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 48.55%
G = 2.9%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860886 (or 0x860886) is known color: Dark Magenta. HEX triplet: 86, 08 and 86. RGB value is (134,8,134). Sum of RGB (Red+Green+Blue) = 134+8+134=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #860886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860886 is #79F779. Grayscale: #3B3B3B. Windows color (decimal): -7993210 or 8784006. OLE color: 8784006.

HSL color Cylindrical-coordinate representation of color #860886: hue angle of 300º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860886 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 134 -
CMYK 0 0.94 0 0.47
HSL 300º 0.89% 0.28% -
HSV(B) 300º 0.94% 0.53% -
XYZ 14.22 6.96 23.15 -
YUV 60.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 134 8 134 0 0.94 0 0.47 300 0.89 0.28
Hex 86 8 86 0 5E 0 2F 12C 59 1C
Octal 206 10 206 0 136 0 57 454 131 34
Binary 10000110 1000 10000110 0 1011110 0 101111 100101100 1011001 11100

Color Harmonies of #860886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860886

Black with #860886

Text Example


Text Example

White with #860886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860886; }

 p { color: rgb(134,8,134); }

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

background-color css

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

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

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

border-color css

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

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

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