Html Css Color HEX #860299 Dark Magenta

📋 copy color: '#860299'

red 134 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #860299

Tints of Dark Magenta #860299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 46.37%
G = 0.69%
B = 52.94%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#860299 (or 0x860299) is known color: Dark Magenta. HEX triplet: 86, 02 and 99. RGB value is (134,2,153). Sum of RGB (Red+Green+Blue) = 134+2+153=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #860299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860299 is #79FD66. Grayscale: #3A3A3A. Windows color (decimal): -7994727 or 10027654. OLE color: 10027654.

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

Color convert

RGB 134 2 153 -
CMYK 0.12 0.99 0 0.4
HSL 292.45º 0.97% 0.3% -
HSV(B) 292.45º 0.99% 0.6% -
XYZ 15.6 7.41 30.75 -
YUV 58.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 134 2 153 0.12 0.99 0 0.4 292.45 0.97 0.3
Hex 86 2 99 C 63 0 28 124 61 1E
Octal 206 2 231 14 143 0 50 444 141 36
Binary 10000110 10 10011001 1100 1100011 0 101000 100100100 1100001 11110

Color Harmonies of #860299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860299

Black with #860299

Text Example


Text Example

White with #860299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860299; }

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

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

background-color css

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

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

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

border-color css

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

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

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