Html Css Color HEX #861289 Dark Magenta

📋 copy color: '#861289'

red 134 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #861289

Tints of Dark Magenta #861289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 46.37%
G = 6.23%
B = 47.4%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#861289 (or 0x861289) is known color: Dark Magenta. HEX triplet: 86, 12 and 89. RGB value is (134,18,137). Sum of RGB (Red+Green+Blue) = 134+18+137=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #861289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861289 is #79ED76. Grayscale: #414141. Windows color (decimal): -7990647 or 8983174. OLE color: 8983174.

HSL color Cylindrical-coordinate representation of color #861289: hue angle of 298.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861289 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 18 137 -
CMYK 0.02 0.87 0 0.46
HSL 298.49º 0.77% 0.3% -
HSV(B) 298.49º 0.87% 0.54% -
XYZ 14.56 7.31 24.31 -
YUV 66.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 134 18 137 0.02 0.87 0 0.46 298.49 0.77 0.3
Hex 86 12 89 2 57 0 2E 12A 4D 1E
Octal 206 22 211 2 127 0 56 452 115 36
Binary 10000110 10010 10001001 10 1010111 0 101110 100101010 1001101 11110

Color Harmonies of #861289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861289

Black with #861289

Text Example


Text Example

White with #861289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861289; }

 p { color: rgb(134,18,137); }

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

background-color css

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

 a { background-color: rgb(134,18,137); }

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

border-color css

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

 span { border-color: rgb(134,18,137); }

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