Html Css Color HEX #86376D Dark Purple

📋 copy color: '#86376D'

red 134 ◦ green 55 ◦ blue 109

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

Shades of Dark Purple #86376D

Tints of Dark Purple #86376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 44.97%
G = 18.46%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86376D (or 0x86376D) is known color: Dark Purple. HEX triplet: 86, 37 and 6D. RGB value is (134,55,109). Sum of RGB (Red+Green+Blue) = 134+55+109=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86376D is #79C892. Grayscale: #545454. Windows color (decimal): -7981203 or 7157638. OLE color: 7157638.

HSL color Cylindrical-coordinate representation of color #86376D: hue angle of 318.99º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86376D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 109 -
CMYK 0 0.59 0.19 0.47
HSL 318.99º 0.42% 0.37% -
HSV(B) 318.99º 0.59% 0.53% -
XYZ 13.96 8.9 15.45 -
YUV 84.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 134 55 109 0 0.59 0.19 0.47 318.99 0.42 0.37
Hex 86 37 6D 0 3B 13 2F 13F 2A 25
Octal 206 67 155 0 73 23 57 477 52 45
Binary 10000110 110111 1101101 0 111011 10011 101111 100111111 101010 100101

Color Harmonies of #86376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86376D

Black with #86376D

Text Example


Text Example

White with #86376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86376D; }

 p { color: rgb(134,55,109); }

 H1.HeaderClassName
 {
   color: #86376D;
 }
 .AnyTagClassName
 {
   color: #86376D;
 }
</style>

background-color css

<style>
 a { background-color: #86376D; }

 a { background-color: rgb(134,55,109); }

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

border-color css

<style>
 span { border-color: #86376D; }

 span { border-color: rgb(134,55,109); }

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