Html Css Color HEX #860992 Dark Magenta

📋 copy color: '#860992'

red 134 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #860992

Tints of Dark Magenta #860992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 46.37%
G = 3.11%
B = 50.52%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860992 (or 0x860992) is known color: Dark Magenta. HEX triplet: 86, 09 and 92. RGB value is (134,9,146). Sum of RGB (Red+Green+Blue) = 134+9+146=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #860992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860992 is #79F66D. Grayscale: #3D3D3D. Windows color (decimal): -7992942 or 9570694. OLE color: 9570694.

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

Color convert

RGB 134 9 146 -
CMYK 0.08 0.94 0 0.43
HSL 294.74º 0.88% 0.3% -
HSV(B) 294.74º 0.94% 0.57% -
XYZ 15.12 7.34 27.81 -
YUV 61.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 134 9 146 0.08 0.94 0 0.43 294.74 0.88 0.3
Hex 86 9 92 8 5E 0 2B 127 58 1E
Octal 206 11 222 10 136 0 53 447 130 36
Binary 10000110 1001 10010010 1000 1011110 0 101011 100100111 1011000 11110

Color Harmonies of #860992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860992

Black with #860992

Text Example


Text Example

White with #860992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860992; }

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

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

background-color css

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

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

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

border-color css

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

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

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