Html Css Color HEX #860296 Dark Magenta

📋 copy color: '#860296'

red 134 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #860296

Tints of Dark Magenta #860296

RGB

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

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

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

R = 46.85%
G = 0.7%
B = 52.45%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#860296 (or 0x860296) is known color: Dark Magenta. HEX triplet: 86, 02 and 96. RGB value is (134,2,150). Sum of RGB (Red+Green+Blue) = 134+2+150=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #860296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860296 is #79FD69. Grayscale: #393939. Windows color (decimal): -7994730 or 9831046. OLE color: 9831046.

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

Color convert

RGB 134 2 150 -
CMYK 0.11 0.99 0 0.41
HSL 293.51º 0.97% 0.3% -
HSV(B) 293.51º 0.99% 0.59% -
XYZ 15.36 7.31 29.46 -
YUV 58.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 134 2 150 0.11 0.99 0 0.41 293.51 0.97 0.3
Hex 86 2 96 B 63 0 29 126 61 1E
Octal 206 2 226 13 143 0 51 446 141 36
Binary 10000110 10 10010110 1011 1100011 0 101001 100100110 1100001 11110

Color Harmonies of #860296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860296

Black with #860296

Text Example


Text Example

White with #860296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860296; }

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

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

background-color css

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

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

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

border-color css

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

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

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