Html Css Color HEX #861394 Dark Magenta

📋 copy color: '#861394'

red 134 ◦ green 19 ◦ blue 148

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

Shades of Dark Magenta #861394

Tints of Dark Magenta #861394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 44.52%
G = 6.31%
B = 49.17%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#861394 (or 0x861394) is known color: Dark Magenta. HEX triplet: 86, 13 and 94. RGB value is (134,19,148). Sum of RGB (Red+Green+Blue) = 134+19+148=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #861394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861394 is #79EC6B. Grayscale: #434343. Windows color (decimal): -7990380 or 9704326. OLE color: 9704326.

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

Color convert

RGB 134 19 148 -
CMYK 0.09 0.87 0 0.42
HSL 293.49º 0.77% 0.33% -
HSV(B) 293.49º 0.87% 0.58% -
XYZ 15.41 7.67 28.69 -
YUV 68.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 134 19 148 0.09 0.87 0 0.42 293.49 0.77 0.33
Hex 86 13 94 9 57 0 2A 125 4D 21
Octal 206 23 224 11 127 0 52 445 115 41
Binary 10000110 10011 10010100 1001 1010111 0 101010 100100101 1001101 100001

Color Harmonies of #861394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861394

Black with #861394

Text Example


Text Example

White with #861394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861394; }

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

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

background-color css

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

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

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

border-color css

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

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

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