Html Css Color HEX #860091 Dark Magenta

📋 copy color: '#860091'

red 134 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #860091

Tints of Dark Magenta #860091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 48.03%
G = 0%
B = 51.97%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860091 (or 0x860091) is known color: Dark Magenta. HEX triplet: 86, 00 and 91. RGB value is (134,0,145). Sum of RGB (Red+Green+Blue) = 134+0+145=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #860091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860091 is #79FF6E. Grayscale: #383838. Windows color (decimal): -7995247 or 9502854. OLE color: 9502854.

HSL color Cylindrical-coordinate representation of color #860091: hue angle of 295.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860091 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 0 145 -
CMYK 0.08 1 0 0.43
HSL 295.45º 1% 0.28% -
HSV(B) 295.45º 1% 0.57% -
XYZ 14.94 7.11 27.37 -
YUV 56.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 134 0 145 0.08 1 0 0.43 295.45 1 0.28
Hex 86 0 91 8 64 0 2B 127 64 1C
Octal 206 0 221 10 144 0 53 447 144 34
Binary 10000110 0 10010001 1000 1100100 0 101011 100100111 1100100 11100

Color Harmonies of #860091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860091

Black with #860091

Text Example


Text Example

White with #860091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860091; }

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

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

background-color css

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

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

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

border-color css

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

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

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