Html Css Color HEX #860291 Dark Magenta

📋 copy color: '#860291'

red 134 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #860291

Tints of Dark Magenta #860291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 47.69%
G = 0.71%
B = 51.6%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860291 (or 0x860291) is known color: Dark Magenta. HEX triplet: 86, 02 and 91. RGB value is (134,2,145). Sum of RGB (Red+Green+Blue) = 134+2+145=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #860291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860291 is #79FD6E. Grayscale: #393939. Windows color (decimal): -7994735 or 9503366. OLE color: 9503366.

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

Color convert

RGB 134 2 145 -
CMYK 0.08 0.99 0 0.43
HSL 295.38º 0.97% 0.29% -
HSV(B) 295.38º 0.99% 0.57% -
XYZ 14.96 7.16 27.38 -
YUV 57.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 134 2 145 0.08 0.99 0 0.43 295.38 0.97 0.29
Hex 86 2 91 8 63 0 2B 127 61 1D
Octal 206 2 221 10 143 0 53 447 141 35
Binary 10000110 10 10010001 1000 1100011 0 101011 100100111 1100001 11101

Color Harmonies of #860291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860291

Black with #860291

Text Example


Text Example

White with #860291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860291; }

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

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

background-color css

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

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

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

border-color css

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

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

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