Html Css Color HEX #860095 Dark Magenta

📋 copy color: '#860095'

red 134 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #860095

Tints of Dark Magenta #860095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 47.35%
G = 0%
B = 52.65%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860095 (or 0x860095) is known color: Dark Magenta. HEX triplet: 86, 00 and 95. RGB value is (134,0,149). Sum of RGB (Red+Green+Blue) = 134+0+149=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #860095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860095 is #79FF6A. Grayscale: #383838. Windows color (decimal): -7995243 or 9764998. OLE color: 9764998.

HSL color Cylindrical-coordinate representation of color #860095: hue angle of 293.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860095 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 0 149 -
CMYK 0.10 1 0 0.42
HSL 293.96º 1% 0.29% -
HSV(B) 293.96º 1% 0.58% -
XYZ 15.26 7.24 29.03 -
YUV 57.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 134 0 149 0.10 1 0 0.42 293.96 1 0.29
Hex 86 0 95 A 64 0 2A 126 64 1D
Octal 206 0 225 12 144 0 52 446 144 35
Binary 10000110 0 10010101 1010 1100100 0 101010 100100110 1100100 11101

Color Harmonies of #860095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860095

Black with #860095

Text Example


Text Example

White with #860095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860095; }

 p { color: rgb(134,0,149); }

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

background-color css

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

 a { background-color: rgb(134,0,149); }

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

border-color css

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

 span { border-color: rgb(134,0,149); }

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