Html Css Color HEX #86198C Dark Magenta

📋 copy color: '#86198C'

red 134 ◦ green 25 ◦ blue 140

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

Shades of Dark Magenta #86198C

Tints of Dark Magenta #86198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 44.82%
G = 8.36%
B = 46.82%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86198C (or 0x86198C) is known color: Dark Magenta. HEX triplet: 86, 19 and 8C. RGB value is (134,25,140). Sum of RGB (Red+Green+Blue) = 134+25+140=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #86198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86198C is #79E673. Grayscale: #464646. Windows color (decimal): -7988852 or 9181574. OLE color: 9181574.

HSL color Cylindrical-coordinate representation of color #86198C: hue angle of 296.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86198C is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 25 140 -
CMYK 0.04 0.82 0 0.45
HSL 296.87º 0.7% 0.32% -
HSV(B) 296.87º 0.82% 0.55% -
XYZ 14.91 7.66 25.5 -
YUV 70.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 134 25 140 0.04 0.82 0 0.45 296.87 0.7 0.32
Hex 86 19 8C 4 52 0 2D 129 46 20
Octal 206 31 214 4 122 0 55 451 106 40
Binary 10000110 11001 10001100 100 1010010 0 101101 100101001 1000110 100000

Color Harmonies of #86198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86198C

Black with #86198C

Text Example


Text Example

White with #86198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86198C; }

 p { color: rgb(134,25,140); }

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

background-color css

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

 a { background-color: rgb(134,25,140); }

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

border-color css

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

 span { border-color: rgb(134,25,140); }

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