#861685

Color #861685 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #861685

Tints of Dark Purple #861685

Color information

#861685 (or 0x861685) is unknown color: approx Dark Purple. HEX triplet: 86, 16 and 85. RGB value is (134,22,133). Sum of RGB (Red+Green+Blue) = 134+22+133=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #861685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861685 is #79E97A. Grayscale: #434343. Windows color (decimal): -7989627 or 8722054. OLE color: 8722054.

HSL color Cylindrical-coordinate representation of color #861685: hue angle of 300.54º 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 #861685 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13422133-
CMYK00.840.010.47
HSL300.54º71.79%30.59%-
HSV(B)300.54º83.58%52.55%-
XYZ14.357.3422.85-
YUV68.14164.61174.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=46.37%
G=7.61%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342213300.840.010.47300.5471.7930.59
Hex86168505412F12d481f
Octal20626205012415745511037
Binary100001101011010000101010101001101111100101101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861685; }

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

 H1.HeaderClassName
 {
   color: #861685;
 }
 .AnyTagClassName
 {
   color: #861685;
 }
</style>
background-color css

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

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

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

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

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

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