Html Css Color HEX #86366D Dark Purple

📋 copy color: '#86366D'

red 134 ◦ green 54 ◦ blue 109

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

Shades of Dark Purple #86366D

Tints of Dark Purple #86366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 45.12%
G = 18.18%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86366D (or 0x86366D) is known color: Dark Purple. HEX triplet: 86, 36 and 6D. RGB value is (134,54,109). Sum of RGB (Red+Green+Blue) = 134+54+109=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86366D is #79C992. Grayscale: #545454. Windows color (decimal): -7981459 or 7157382. OLE color: 7157382.

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

Color convert

RGB 134 54 109 -
CMYK 0 0.60 0.19 0.47
HSL 318.75º 0.43% 0.37% -
HSV(B) 318.75º 0.6% 0.53% -
XYZ 13.91 8.81 15.44 -
YUV 84.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 134 54 109 0 0.60 0.19 0.47 318.75 0.43 0.37
Hex 86 36 6D 0 3C 13 2F 13F 2B 25
Octal 206 66 155 0 74 23 57 477 53 45
Binary 10000110 110110 1101101 0 111100 10011 101111 100111111 101011 100101

Color Harmonies of #86366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86366D

Black with #86366D

Text Example


Text Example

White with #86366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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