Html Css Color HEX #860294 Dark Magenta

📋 copy color: '#860294'

red 134 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #860294

Tints of Dark Magenta #860294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 47.18%
G = 0.7%
B = 52.11%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860294 (or 0x860294) is known color: Dark Magenta. HEX triplet: 86, 02 and 94. RGB value is (134,2,148). Sum of RGB (Red+Green+Blue) = 134+2+148=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #860294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860294 is #79FD6B. Grayscale: #393939. Windows color (decimal): -7994732 or 9699974. OLE color: 9699974.

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

Color convert

RGB 134 2 148 -
CMYK 0.09 0.99 0 0.42
HSL 294.25º 0.97% 0.29% -
HSV(B) 294.25º 0.99% 0.58% -
XYZ 15.2 7.25 28.62 -
YUV 58.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 134 2 148 0.09 0.99 0 0.42 294.25 0.97 0.29
Hex 86 2 94 9 63 0 2A 126 61 1D
Octal 206 2 224 11 143 0 52 446 141 35
Binary 10000110 10 10010100 1001 1100011 0 101010 100100110 1100001 11101

Color Harmonies of #860294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860294

Black with #860294

Text Example


Text Example

White with #860294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860294; }

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

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

background-color css

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

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

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

border-color css

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

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

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