Html Css Color HEX #860699 Dark Magenta

📋 copy color: '#860699'

red 134 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #860699

Tints of Dark Magenta #860699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 45.73%
G = 2.05%
B = 52.22%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#860699 (or 0x860699) is known color: Dark Magenta. HEX triplet: 86, 06 and 99. RGB value is (134,6,153). Sum of RGB (Red+Green+Blue) = 134+6+153=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #860699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860699 is #79F966. Grayscale: #3C3C3C. Windows color (decimal): -7993703 or 10028678. OLE color: 10028678.

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

Color convert

RGB 134 6 153 -
CMYK 0.12 0.96 0 0.4
HSL 292.24º 0.92% 0.31% -
HSV(B) 292.24º 0.96% 0.6% -
XYZ 15.65 7.5 30.76 -
YUV 61.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 134 6 153 0.12 0.96 0 0.4 292.24 0.92 0.31
Hex 86 6 99 C 60 0 28 124 5C 1F
Octal 206 6 231 14 140 0 50 444 134 37
Binary 10000110 110 10011001 1100 1100000 0 101000 100100100 1011100 11111

Color Harmonies of #860699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860699

Black with #860699

Text Example


Text Example

White with #860699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860699; }

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

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

background-color css

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

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

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

border-color css

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

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

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