Html Css Color HEX #86206E Dark Purple

📋 copy color: '#86206E'

red 134 ◦ green 32 ◦ blue 110

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

Shades of Dark Purple #86206E

Tints of Dark Purple #86206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 48.55%
G = 11.59%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86206E (or 0x86206E) is known color: Dark Purple. HEX triplet: 86, 20 and 6E. RGB value is (134,32,110). Sum of RGB (Red+Green+Blue) = 134+32+110=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86206E is #79DF91. Grayscale: #474747. Windows color (decimal): -7987090 or 7217286. OLE color: 7217286.

HSL color Cylindrical-coordinate representation of color #86206E: hue angle of 314.12º 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 #86206E is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 110 -
CMYK 0 0.76 0.18 0.47
HSL 314.12º 0.61% 0.33% -
HSV(B) 314.12º 0.76% 0.53% -
XYZ 13.16 7.23 15.45 -
YUV 71.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 134 32 110 0 0.76 0.18 0.47 314.12 0.61 0.33
Hex 86 20 6E 0 4C 12 2F 13A 3D 21
Octal 206 40 156 0 114 22 57 472 75 41
Binary 10000110 100000 1101110 0 1001100 10010 101111 100111010 111101 100001

Color Harmonies of #86206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86206E

Black with #86206E

Text Example


Text Example

White with #86206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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