Html Css Color HEX #860399 Dark Magenta

📋 copy color: '#860399'

red 134 ◦ green 3 ◦ blue 153

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

Shades of Dark Magenta #860399

Tints of Dark Magenta #860399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 46.21%
G = 1.03%
B = 52.76%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#860399 (or 0x860399) is known color: Dark Magenta. HEX triplet: 86, 03 and 99. RGB value is (134,3,153). Sum of RGB (Red+Green+Blue) = 134+3+153=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #860399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860399 is #79FC66. Grayscale: #3A3A3A. Windows color (decimal): -7994471 or 10027910. OLE color: 10027910.

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

Color convert

RGB 134 3 153 -
CMYK 0.12 0.98 0 0.4
HSL 292.4º 0.96% 0.31% -
HSV(B) 292.4º 0.98% 0.6% -
XYZ 15.61 7.43 30.75 -
YUV 59.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 134 3 153 0.12 0.98 0 0.4 292.4 0.96 0.31
Hex 86 3 99 C 62 0 28 124 60 1F
Octal 206 3 231 14 142 0 50 444 140 37
Binary 10000110 11 10011001 1100 1100010 0 101000 100100100 1100000 11111

Color Harmonies of #860399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860399

Black with #860399

Text Example


Text Example

White with #860399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860399; }

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

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

background-color css

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

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

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

border-color css

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

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

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