Html Css Color HEX #86206A Dark Purple

📋 copy color: '#86206A'

red 134 ◦ green 32 ◦ blue 106

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

Shades of Dark Purple #86206A

Tints of Dark Purple #86206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 49.26%
G = 11.76%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86206A (or 0x86206A) is known color: Dark Purple. HEX triplet: 86, 20 and 6A. RGB value is (134,32,106). Sum of RGB (Red+Green+Blue) = 134+32+106=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #86206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86206A is #79DF95. Grayscale: #464646. Windows color (decimal): -7987094 or 6955142. OLE color: 6955142.

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

Color convert

RGB 134 32 106 -
CMYK 0 0.76 0.21 0.47
HSL 316.47º 0.61% 0.33% -
HSV(B) 316.47º 0.76% 0.53% -
XYZ 12.95 7.14 14.33 -
YUV 70.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 134 32 106 0 0.76 0.21 0.47 316.47 0.61 0.33
Hex 86 20 6A 0 4C 15 2F 13C 3D 21
Octal 206 40 152 0 114 25 57 474 75 41
Binary 10000110 100000 1101010 0 1001100 10101 101111 100111100 111101 100001

Color Harmonies of #86206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86206A

Black with #86206A

Text Example


Text Example

White with #86206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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