Html Css Color HEX #86117F Dark Purple

📋 copy color: '#86117F'

red 134 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #86117F

Tints of Dark Purple #86117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.68%

R = 48.2%
G = 6.12%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86117F (or 0x86117F) is known color: Dark Purple. HEX triplet: 86, 11 and 7F. RGB value is (134,17,127). Sum of RGB (Red+Green+Blue) = 134+17+127=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86117F is #79EE80. Grayscale: #404040. Windows color (decimal): -7990913 or 8327558. OLE color: 8327558.

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

Color convert

RGB 134 17 127 -
CMYK 0 0.87 0.05 0.47
HSL 303.59º 0.77% 0.3% -
HSV(B) 303.59º 0.87% 0.53% -
XYZ 13.86 7 20.7 -
YUV 64.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 134 17 127 0 0.87 0.05 0.47 303.59 0.77 0.3
Hex 86 11 7F 0 57 5 2F 130 4D 1E
Octal 206 21 177 0 127 5 57 460 115 36
Binary 10000110 10001 1111111 0 1010111 101 101111 100110000 1001101 11110

Color Harmonies of #86117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86117F

Black with #86117F

Text Example


Text Example

White with #86117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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