Html Css Color HEX #860792 Dark Magenta

📋 copy color: '#860792'

red 134 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #860792

Tints of Dark Magenta #860792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

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

R = 46.69%
G = 2.44%
B = 50.87%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860792 (or 0x860792) is known color: Dark Magenta. HEX triplet: 86, 07 and 92. RGB value is (134,7,146). Sum of RGB (Red+Green+Blue) = 134+7+146=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #860792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860792 is #79F86D. Grayscale: #3C3C3C. Windows color (decimal): -7993454 or 9570182. OLE color: 9570182.

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

Color convert

RGB 134 7 146 -
CMYK 0.08 0.95 0 0.43
HSL 294.82º 0.91% 0.3% -
HSV(B) 294.82º 0.95% 0.57% -
XYZ 15.1 7.3 27.81 -
YUV 60.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 134 7 146 0.08 0.95 0 0.43 294.82 0.91 0.3
Hex 86 7 92 8 5F 0 2B 127 5B 1E
Octal 206 7 222 10 137 0 53 447 133 36
Binary 10000110 111 10010010 1000 1011111 0 101011 100100111 1011011 11110

Color Harmonies of #860792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860792

Black with #860792

Text Example


Text Example

White with #860792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860792; }

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

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

background-color css

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

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

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

border-color css

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

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

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