Html Css Color HEX #860FAD Dark Magenta

📋 copy color: '#860FAD'

red 134 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #860FAD

Tints of Dark Magenta #860FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.66%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 41.61%
G = 4.66%
B = 53.73%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#860FAD (or 0x860FAD) is known color: Dark Magenta. HEX triplet: 86, 0F and AD. RGB value is (134,15,173). Sum of RGB (Red+Green+Blue) = 134+15+173=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #860FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860FAD is #79F052. Grayscale: #444444. Windows color (decimal): -7991379 or 11341702. OLE color: 11341702.

HSL color Cylindrical-coordinate representation of color #860FAD: hue angle of 285.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860FAD is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 15 173 -
CMYK 0.23 0.91 0 0.32
HSL 285.19º 0.84% 0.37% -
HSV(B) 285.19º 0.91% 0.68% -
XYZ 17.55 8.43 40.24 -
YUV 68.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 134 15 173 0.23 0.91 0 0.32 285.19 0.84 0.37
Hex 86 F AD 17 5B 0 20 11D 54 25
Octal 206 17 255 27 133 0 40 435 124 45
Binary 10000110 1111 10101101 10111 1011011 0 100000 100011101 1010100 100101

Color Harmonies of #860FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860FAD

Black with #860FAD

Text Example


Text Example

White with #860FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860FAD; }

 p { color: rgb(134,15,173); }

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

background-color css

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

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

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

border-color css

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

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

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