Html Css Color HEX #860196 Dark Magenta

📋 copy color: '#860196'

red 134 ◦ green 1 ◦ blue 150

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

Shades of Dark Magenta #860196

Tints of Dark Magenta #860196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 47.02%
G = 0.35%
B = 52.63%

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

#860196 (or 0x860196) is known color: Dark Magenta. HEX triplet: 86, 01 and 96. RGB value is (134,1,150). Sum of RGB (Red+Green+Blue) = 134+1+150=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #860196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860196 is #79FE69. Grayscale: #393939. Windows color (decimal): -7994986 or 9830790. OLE color: 9830790.

HSL color Cylindrical-coordinate representation of color #860196: hue angle of 293.56º degrees, saturation: 0.99, 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 #860196 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 1 150 -
CMYK 0.11 0.99 0 0.41
HSL 293.56º 0.99% 0.3% -
HSV(B) 293.56º 0.99% 0.59% -
XYZ 15.35 7.29 29.45 -
YUV 57.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 134 1 150 0.11 0.99 0 0.41 293.56 0.99 0.3
Hex 86 1 96 B 63 0 29 126 63 1E
Octal 206 1 226 13 143 0 51 446 143 36
Binary 10000110 1 10010110 1011 1100011 0 101001 100100110 1100011 11110

Color Harmonies of #860196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860196

Black with #860196

Text Example


Text Example

White with #860196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860196; }

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

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

background-color css

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

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

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

border-color css

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

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

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