Html Css Color HEX #86206D Dark Purple

📋 copy color: '#86206D'

red 134 ◦ green 32 ◦ blue 109

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

Shades of Dark Purple #86206D

Tints of Dark Purple #86206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

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

R = 48.73%
G = 11.64%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86206D (or 0x86206D) is known color: Dark Purple. HEX triplet: 86, 20 and 6D. RGB value is (134,32,109). Sum of RGB (Red+Green+Blue) = 134+32+109=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86206D is #79DF92. Grayscale: #474747. Windows color (decimal): -7987091 or 7151750. OLE color: 7151750.

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

Color convert

RGB 134 32 109 -
CMYK 0 0.76 0.19 0.47
HSL 314.71º 0.61% 0.33% -
HSV(B) 314.71º 0.76% 0.53% -
XYZ 13.11 7.21 15.17 -
YUV 71.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 134 32 109 0 0.76 0.19 0.47 314.71 0.61 0.33
Hex 86 20 6D 0 4C 13 2F 13B 3D 21
Octal 206 40 155 0 114 23 57 473 75 41
Binary 10000110 100000 1101101 0 1001100 10011 101111 100111011 111101 100001

Color Harmonies of #86206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86206D

Black with #86206D

Text Example


Text Example

White with #86206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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