Html Css Color HEX #861686 Dark Purple

📋 copy color: '#861686'

red 134 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #861686

Tints of Dark Purple #861686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 134 (52.73% from 255) = 46.21%

R = 46.21%
G = 7.59%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#861686 (or 0x861686) is known color: Dark Purple. HEX triplet: 86, 16 and 86. RGB value is (134,22,134). Sum of RGB (Red+Green+Blue) = 134+22+134=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #861686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861686 is #79E979. Grayscale: #434343. Windows color (decimal): -7989626 or 8787590. OLE color: 8787590.

HSL color Cylindrical-coordinate representation of color #861686: hue angle of 300º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861686 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 22 134 -
CMYK 0 0.84 0 0.47
HSL 300º 0.72% 0.31% -
HSV(B) 300º 0.84% 0.53% -
XYZ 14.42 7.36 23.22 -
YUV 68.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 134 22 134 0 0.84 0 0.47 300 0.72 0.31
Hex 86 16 86 0 54 0 2F 12C 48 1F
Octal 206 26 206 0 124 0 57 454 110 37
Binary 10000110 10110 10000110 0 1010100 0 101111 100101100 1001000 11111

Color Harmonies of #861686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861686

Black with #861686

Text Example


Text Example

White with #861686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861686; }

 p { color: rgb(134,22,134); }

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

background-color css

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

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

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

border-color css

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

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

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