Html Css Color HEX #861295 Dark Magenta

📋 copy color: '#861295'

red 134 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #861295

Tints of Dark Magenta #861295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 44.52%
G = 5.98%
B = 49.5%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#861295 (or 0x861295) is known color: Dark Magenta. HEX triplet: 86, 12 and 95. RGB value is (134,18,149). Sum of RGB (Red+Green+Blue) = 134+18+149=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #861295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861295 is #79ED6A. Grayscale: #434343. Windows color (decimal): -7990635 or 9769606. OLE color: 9769606.

HSL color Cylindrical-coordinate representation of color #861295: hue angle of 293.13º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861295 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 18 149 -
CMYK 0.10 0.88 0 0.42
HSL 293.13º 0.78% 0.33% -
HSV(B) 293.13º 0.88% 0.58% -
XYZ 15.47 7.67 29.1 -
YUV 67.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 134 18 149 0.10 0.88 0 0.42 293.13 0.78 0.33
Hex 86 12 95 A 58 0 2A 125 4E 21
Octal 206 22 225 12 130 0 52 445 116 41
Binary 10000110 10010 10010101 1010 1011000 0 101010 100100101 1001110 100001

Color Harmonies of #861295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861295

Black with #861295

Text Example


Text Example

White with #861295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861295; }

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

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

background-color css

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

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

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

border-color css

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

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

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