#862985

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

Shades of Dark Purple #862985

Tints of Dark Purple #862985

Color information

#862985 (or 0x862985) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 85. RGB value is (134,41,133). Sum of RGB (Red+Green+Blue) = 134+41+133=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #862985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862985 is #79D67A. Grayscale: #4F4F4F. Windows color (decimal): -7984763 or 8726918. OLE color: 8726918.

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

Color convert

RGB13441133-
CMYK00.690.010.47
HSL300.65º53.14%34.31%-
HSV(B)300.65º69.4%52.55%-
XYZ14.868.3523.02-
YUV79.3158.31167.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=43.51%
G=13.31%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344113300.690.010.47300.6553.1434.31
Hex86298504512F12d3522
Octal2065120501051574556542
Binary1000011010100110000101010001011101111100101101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862985; }

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

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

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

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

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

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

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

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