Html Css Color HEX #861094 Dark Magenta

📋 copy color: '#861094'

red 134 ◦ green 16 ◦ blue 148

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

Shades of Dark Magenta #861094

Tints of Dark Magenta #861094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 44.97%
G = 5.37%
B = 49.66%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#861094 (or 0x861094) is known color: Dark Magenta. HEX triplet: 86, 10 and 94. RGB value is (134,16,148). Sum of RGB (Red+Green+Blue) = 134+16+148=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #861094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861094 is #79EF6B. Grayscale: #414141. Windows color (decimal): -7991148 or 9703558. OLE color: 9703558.

HSL color Cylindrical-coordinate representation of color #861094: hue angle of 293.64º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861094 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 16 148 -
CMYK 0.09 0.89 0 0.42
HSL 293.64º 0.8% 0.32% -
HSV(B) 293.64º 0.89% 0.58% -
XYZ 15.36 7.58 28.67 -
YUV 66.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 134 16 148 0.09 0.89 0 0.42 293.64 0.8 0.32
Hex 86 10 94 9 59 0 2A 126 50 20
Octal 206 20 224 11 131 0 52 446 120 40
Binary 10000110 10000 10010100 1001 1011001 0 101010 100100110 1010000 100000

Color Harmonies of #861094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861094

Black with #861094

Text Example


Text Example

White with #861094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861094; }

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

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

background-color css

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

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

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

border-color css

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

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

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