Html Css Color HEX #861294 Dark Magenta

📋 copy color: '#861294'

red 134 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #861294

Tints of Dark Magenta #861294

RGB

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

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

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

R = 44.67%
G = 6%
B = 49.33%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#861294 (or 0x861294) is known color: Dark Magenta. HEX triplet: 86, 12 and 94. RGB value is (134,18,148). Sum of RGB (Red+Green+Blue) = 134+18+148=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #861294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861294 is #79ED6B. Grayscale: #434343. Windows color (decimal): -7990636 or 9704070. OLE color: 9704070.

HSL color Cylindrical-coordinate representation of color #861294: hue angle of 293.54º 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 #861294 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 18 148 -
CMYK 0.09 0.88 0 0.42
HSL 293.54º 0.78% 0.33% -
HSV(B) 293.54º 0.88% 0.58% -
XYZ 15.39 7.64 28.68 -
YUV 67.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 134 18 148 0.09 0.88 0 0.42 293.54 0.78 0.33
Hex 86 12 94 9 58 0 2A 126 4E 21
Octal 206 22 224 11 130 0 52 446 116 41
Binary 10000110 10010 10010100 1001 1011000 0 101010 100100110 1001110 100001

Color Harmonies of #861294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861294

Black with #861294

Text Example


Text Example

White with #861294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861294; }

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

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

background-color css

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

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

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

border-color css

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

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

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