Html Css Color HEX #860AAA Dark Magenta

📋 copy color: '#860AAA'

red 134 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #860AAA

Tints of Dark Magenta #860AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 42.68%
G = 3.18%
B = 54.14%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#860AAA (or 0x860AAA) is known color: Dark Magenta. HEX triplet: 86, 0A and AA. RGB value is (134,10,170). Sum of RGB (Red+Green+Blue) = 134+10+170=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #860AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860AAA is #79F555. Grayscale: #404040. Windows color (decimal): -7992662 or 11143814. OLE color: 11143814.

HSL color Cylindrical-coordinate representation of color #860AAA: hue angle of 286.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860AAA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 10 170 -
CMYK 0.21 0.94 0 0.33
HSL 286.5º 0.89% 0.35% -
HSV(B) 286.5º 0.94% 0.67% -
XYZ 17.2 8.19 38.7 -
YUV 65.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 134 10 170 0.21 0.94 0 0.33 286.5 0.89 0.35
Hex 86 A AA 15 5E 0 21 11E 59 23
Octal 206 12 252 25 136 0 41 436 131 43
Binary 10000110 1010 10101010 10101 1011110 0 100001 100011110 1011001 100011

Color Harmonies of #860AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860AAA

Black with #860AAA

Text Example


Text Example

White with #860AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,10,170); }

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

background-color css

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

 a { background-color: rgb(134,10,170); }

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

border-color css

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

 span { border-color: rgb(134,10,170); }

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