Html Css Color HEX #860E9A Dark Magenta

📋 copy color: '#860E9A'

red 134 ◦ green 14 ◦ blue 154

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

Shades of Dark Magenta #860E9A

Tints of Dark Magenta #860E9A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.64%

 BLUE value IS 154 (60.55% from 255) = 50.99%

R = 44.37%
G = 4.64%
B = 50.99%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#860E9A (or 0x860E9A) is known color: Dark Magenta. HEX triplet: 86, 0E and 9A. RGB value is (134,14,154). Sum of RGB (Red+Green+Blue) = 134+14+154=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #860E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860E9A is #79F165. Grayscale: #414141. Windows color (decimal): -7991654 or 10096262. OLE color: 10096262.

HSL color Cylindrical-coordinate representation of color #860E9A: hue angle of 291.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860E9A is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 14 154 -
CMYK 0.13 0.91 0 0.40
HSL 291.43º 0.83% 0.33% -
HSV(B) 291.43º 0.91% 0.6% -
XYZ 15.82 7.72 31.23 -
YUV 65.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 134 14 154 0.13 0.91 0 0.40 291.43 0.83 0.33
Hex 86 E 9A D 5B 0 28 123 53 21
Octal 206 16 232 15 133 0 50 443 123 41
Binary 10000110 1110 10011010 1101 1011011 0 101000 100100011 1010011 100001

Color Harmonies of #860E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E9A

Black with #860E9A

Text Example


Text Example

White with #860E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,14,154); }

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

background-color css

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

 a { background-color: rgb(134,14,154); }

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

border-color css

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

 span { border-color: rgb(134,14,154); }

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