Html Css Color HEX #861096 Dark Magenta

📋 copy color: '#861096'

red 134 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #861096

Tints of Dark Magenta #861096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 44.67%
G = 5.33%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#861096 (or 0x861096) is known color: Dark Magenta. HEX triplet: 86, 10 and 96. RGB value is (134,16,150). Sum of RGB (Red+Green+Blue) = 134+16+150=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #861096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861096 is #79EF69. Grayscale: #424242. Windows color (decimal): -7991146 or 9834630. OLE color: 9834630.

HSL color Cylindrical-coordinate representation of color #861096: hue angle of 292.84º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861096 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 16 150 -
CMYK 0.11 0.89 0 0.41
HSL 292.84º 0.81% 0.33% -
HSV(B) 292.84º 0.89% 0.59% -
XYZ 15.52 7.64 29.51 -
YUV 66.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 134 16 150 0.11 0.89 0 0.41 292.84 0.81 0.33
Hex 86 10 96 B 59 0 29 125 51 21
Octal 206 20 226 13 131 0 51 445 121 41
Binary 10000110 10000 10010110 1011 1011001 0 101001 100100101 1010001 100001

Color Harmonies of #861096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861096

Black with #861096

Text Example


Text Example

White with #861096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861096; }

 p { color: rgb(134,16,150); }

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

background-color css

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

 a { background-color: rgb(134,16,150); }

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

border-color css

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

 span { border-color: rgb(134,16,150); }

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