Html Css Color HEX #86346D Dark Purple

📋 copy color: '#86346D'

red 134 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #86346D

Tints of Dark Purple #86346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 45.42%
G = 17.63%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86346D (or 0x86346D) is known color: Dark Purple. HEX triplet: 86, 34 and 6D. RGB value is (134,52,109). Sum of RGB (Red+Green+Blue) = 134+52+109=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86346D is #79CB92. Grayscale: #525252. Windows color (decimal): -7981971 or 7156870. OLE color: 7156870.

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

Color convert

RGB 134 52 109 -
CMYK 0 0.61 0.19 0.47
HSL 318.29º 0.44% 0.36% -
HSV(B) 318.29º 0.61% 0.53% -
XYZ 13.82 8.63 15.41 -
YUV 83.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 134 52 109 0 0.61 0.19 0.47 318.29 0.44 0.36
Hex 86 34 6D 0 3D 13 2F 13E 2C 24
Octal 206 64 155 0 75 23 57 476 54 44
Binary 10000110 110100 1101101 0 111101 10011 101111 100111110 101100 100100

Color Harmonies of #86346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86346D

Black with #86346D

Text Example


Text Example

White with #86346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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