Html Css Color HEX #86109D Dark Magenta

📋 copy color: '#86109D'

red 134 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #86109D

Tints of Dark Magenta #86109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 157 (61.72% from 255) = 51.14%

R = 43.65%
G = 5.21%
B = 51.14%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86109D (or 0x86109D) is known color: Dark Magenta. HEX triplet: 86, 10 and 9D. RGB value is (134,16,157). Sum of RGB (Red+Green+Blue) = 134+16+157=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #86109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86109D is #79EF62. Grayscale: #424242. Windows color (decimal): -7991139 or 10293382. OLE color: 10293382.

HSL color Cylindrical-coordinate representation of color #86109D: hue angle of 290.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86109D is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 16 157 -
CMYK 0.15 0.90 0 0.38
HSL 290.21º 0.82% 0.34% -
HSV(B) 290.21º 0.9% 0.62% -
XYZ 16.1 7.87 32.57 -
YUV 67.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 134 16 157 0.15 0.90 0 0.38 290.21 0.82 0.34
Hex 86 10 9D F 5A 0 26 122 52 22
Octal 206 20 235 17 132 0 46 442 122 42
Binary 10000110 10000 10011101 1111 1011010 0 100110 100100010 1010010 100010

Color Harmonies of #86109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86109D

Black with #86109D

Text Example


Text Example

White with #86109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,16,157); }

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

background-color css

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

 a { background-color: rgb(134,16,157); }

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

border-color css

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

 span { border-color: rgb(134,16,157); }

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