Html Css Color HEX #860099 Dark Magenta

📋 copy color: '#860099'

red 134 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #860099

Tints of Dark Magenta #860099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 46.69%
G = 0%
B = 53.31%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#860099 (or 0x860099) is known color: Dark Magenta. HEX triplet: 86, 00 and 99. RGB value is (134,0,153). Sum of RGB (Red+Green+Blue) = 134+0+153=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #860099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860099 is #79FF66. Grayscale: #393939. Windows color (decimal): -7995239 or 10027142. OLE color: 10027142.

HSL color Cylindrical-coordinate representation of color #860099: hue angle of 292.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860099 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 0 153 -
CMYK 0.12 1 0 0.4
HSL 292.55º 1% 0.3% -
HSV(B) 292.55º 1% 0.6% -
XYZ 15.58 7.37 30.74 -
YUV 57.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 134 0 153 0.12 1 0 0.4 292.55 1 0.3
Hex 86 0 99 C 64 0 28 125 64 1E
Octal 206 0 231 14 144 0 50 445 144 36
Binary 10000110 0 10011001 1100 1100100 0 101000 100100101 1100100 11110

Color Harmonies of #860099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860099

Black with #860099

Text Example


Text Example

White with #860099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860099; }

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

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

background-color css

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

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

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

border-color css

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

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

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