Html Css Color HEX #86117C Dark Purple

📋 copy color: '#86117C'

red 134 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #86117C

Tints of Dark Purple #86117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 48.73%
G = 6.18%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86117C (or 0x86117C) is known color: Dark Purple. HEX triplet: 86, 11 and 7C. RGB value is (134,17,124). Sum of RGB (Red+Green+Blue) = 134+17+124=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86117C is #79EE83. Grayscale: #3F3F3F. Windows color (decimal): -7990916 or 8130950. OLE color: 8130950.

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

Color convert

RGB 134 17 124 -
CMYK 0 0.87 0.07 0.47
HSL 305.13º 0.77% 0.3% -
HSV(B) 305.13º 0.87% 0.53% -
XYZ 13.67 6.92 19.68 -
YUV 64.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 134 17 124 0 0.87 0.07 0.47 305.13 0.77 0.3
Hex 86 11 7C 0 57 7 2F 131 4D 1E
Octal 206 21 174 0 127 7 57 461 115 36
Binary 10000110 10001 1111100 0 1010111 111 101111 100110001 1001101 11110

Color Harmonies of #86117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86117C

Black with #86117C

Text Example


Text Example

White with #86117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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