Html Css Color HEX #86116F Dark Purple

📋 copy color: '#86116F'

red 134 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #86116F

Tints of Dark Purple #86116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 51.15%
G = 6.49%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86116F (or 0x86116F) is known color: Dark Purple. HEX triplet: 86, 11 and 6F. RGB value is (134,17,111). Sum of RGB (Red+Green+Blue) = 134+17+111=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86116F is #79EE90. Grayscale: #3E3E3E. Windows color (decimal): -7990929 or 7278982. OLE color: 7278982.

HSL color Cylindrical-coordinate representation of color #86116F: hue angle of 311.79º 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 #86116F is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 111 -
CMYK 0 0.87 0.17 0.47
HSL 311.79º 0.77% 0.3% -
HSV(B) 311.79º 0.87% 0.53% -
XYZ 12.9 6.62 15.64 -
YUV 62.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 134 17 111 0 0.87 0.17 0.47 311.79 0.77 0.3
Hex 86 11 6F 0 57 11 2F 138 4D 1E
Octal 206 21 157 0 127 21 57 470 115 36
Binary 10000110 10001 1101111 0 1010111 10001 101111 100111000 1001101 11110

Color Harmonies of #86116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86116F

Black with #86116F

Text Example


Text Example

White with #86116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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