Html Css Color HEX #86116E Dark Purple

📋 copy color: '#86116E'

red 134 ◦ green 17 ◦ blue 110

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

Shades of Dark Purple #86116E

Tints of Dark Purple #86116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 51.34%
G = 6.51%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86116E (or 0x86116E) is known color: Dark Purple. HEX triplet: 86, 11 and 6E. RGB value is (134,17,110). Sum of RGB (Red+Green+Blue) = 134+17+110=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86116E is #79EE91. Grayscale: #3E3E3E. Windows color (decimal): -7990930 or 7213446. OLE color: 7213446.

HSL color Cylindrical-coordinate representation of color #86116E: hue angle of 312.31º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86116E is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 110 -
CMYK 0 0.87 0.18 0.47
HSL 312.31º 0.77% 0.3% -
HSV(B) 312.31º 0.87% 0.53% -
XYZ 12.85 6.6 15.35 -
YUV 62.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 134 17 110 0 0.87 0.18 0.47 312.31 0.77 0.3
Hex 86 11 6E 0 57 12 2F 138 4D 1E
Octal 206 21 156 0 127 22 57 470 115 36
Binary 10000110 10001 1101110 0 1010111 10010 101111 100111000 1001101 11110

Color Harmonies of #86116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86116E

Black with #86116E

Text Example


Text Example

White with #86116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86116E; }

 p { color: rgb(134,17,110); }

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

background-color css

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

 a { background-color: rgb(134,17,110); }

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

border-color css

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

 span { border-color: rgb(134,17,110); }

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