Html Css Color HEX #860FAA Dark Magenta

📋 copy color: '#860FAA'

red 134 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #860FAA

Tints of Dark Magenta #860FAA

RGB

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

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

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

R = 42.01%
G = 4.7%
B = 53.29%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#860FAA (or 0x860FAA) is known color: Dark Magenta. HEX triplet: 86, 0F and AA. RGB value is (134,15,170). Sum of RGB (Red+Green+Blue) = 134+15+170=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #860FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860FAA is #79F055. Grayscale: #434343. Windows color (decimal): -7991382 or 11145094. OLE color: 11145094.

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

Color convert

RGB 134 15 170 -
CMYK 0.21 0.91 0 0.33
HSL 286.06º 0.84% 0.36% -
HSV(B) 286.06º 0.91% 0.67% -
XYZ 17.26 8.31 38.73 -
YUV 68.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 134 15 170 0.21 0.91 0 0.33 286.06 0.84 0.36
Hex 86 F AA 15 5B 0 21 11E 54 24
Octal 206 17 252 25 133 0 41 436 124 44
Binary 10000110 1111 10101010 10101 1011011 0 100001 100011110 1010100 100100

Color Harmonies of #860FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860FAA

Black with #860FAA

Text Example


Text Example

White with #860FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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