Html Css Color HEX #86386F Dark Purple

📋 copy color: '#86386F'

red 134 ◦ green 56 ◦ blue 111

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

Shades of Dark Purple #86386F

Tints of Dark Purple #86386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 44.52%
G = 18.6%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86386F (or 0x86386F) is known color: Dark Purple. HEX triplet: 86, 38 and 6F. RGB value is (134,56,111). Sum of RGB (Red+Green+Blue) = 134+56+111=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #86386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86386F is #79C790. Grayscale: #555555. Windows color (decimal): -7980945 or 7288966. OLE color: 7288966.

HSL color Cylindrical-coordinate representation of color #86386F: hue angle of 317.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86386F is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 111 -
CMYK 0 0.58 0.17 0.47
HSL 317.69º 0.41% 0.37% -
HSV(B) 317.69º 0.58% 0.53% -
XYZ 14.11 9.04 16.04 -
YUV 85.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 134 56 111 0 0.58 0.17 0.47 317.69 0.41 0.37
Hex 86 38 6F 0 3A 11 2F 13E 29 25
Octal 206 70 157 0 72 21 57 476 51 45
Binary 10000110 111000 1101111 0 111010 10001 101111 100111110 101001 100101

Color Harmonies of #86386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86386F

Black with #86386F

Text Example


Text Example

White with #86386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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