Html Css Color HEX #860292 Dark Magenta

📋 copy color: '#860292'

red 134 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #860292

Tints of Dark Magenta #860292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 47.52%
G = 0.71%
B = 51.77%

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

#860292 (or 0x860292) is known color: Dark Magenta. HEX triplet: 86, 02 and 92. RGB value is (134,2,146). Sum of RGB (Red+Green+Blue) = 134+2+146=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #860292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860292 is #79FD6D. Grayscale: #393939. Windows color (decimal): -7994734 or 9568902. OLE color: 9568902.

HSL color Cylindrical-coordinate representation of color #860292: hue angle of 295º 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 #860292 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 2 146 -
CMYK 0.08 0.99 0 0.43
HSL 295º 0.97% 0.29% -
HSV(B) 295º 0.99% 0.57% -
XYZ 15.04 7.19 27.79 -
YUV 57.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 134 2 146 0.08 0.99 0 0.43 295 0.97 0.29
Hex 86 2 92 8 63 0 2B 127 61 1D
Octal 206 2 222 10 143 0 53 447 141 35
Binary 10000110 10 10010010 1000 1100011 0 101011 100100111 1100001 11101

Color Harmonies of #860292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860292

Black with #860292

Text Example


Text Example

White with #860292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860292; }

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

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

background-color css

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

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

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

border-color css

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

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

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