Html Css Color HEX #86198D Dark Magenta

📋 copy color: '#86198D'

red 134 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #86198D

Tints of Dark Magenta #86198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47%

R = 44.67%
G = 8.33%
B = 47%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86198D (or 0x86198D) is known color: Dark Magenta. HEX triplet: 86, 19 and 8D. RGB value is (134,25,141). Sum of RGB (Red+Green+Blue) = 134+25+141=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #86198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86198D is #79E672. Grayscale: #464646. Windows color (decimal): -7988851 or 9247110. OLE color: 9247110.

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

Color convert

RGB 134 25 141 -
CMYK 0.05 0.82 0 0.45
HSL 296.38º 0.7% 0.33% -
HSV(B) 296.38º 0.82% 0.55% -
XYZ 14.99 7.69 25.89 -
YUV 70.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 134 25 141 0.05 0.82 0 0.45 296.38 0.7 0.33
Hex 86 19 8D 5 52 0 2D 128 46 21
Octal 206 31 215 5 122 0 55 450 106 41
Binary 10000110 11001 10001101 101 1010010 0 101101 100101000 1000110 100001

Color Harmonies of #86198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86198D

Black with #86198D

Text Example


Text Example

White with #86198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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