#862B85

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

Shades of Dark Purple #862B85

Tints of Dark Purple #862B85

Color information

#862B85 (or 0x862B85) is unknown color: approx Dark Purple. HEX triplet: 86, 2B and 85. RGB value is (134,43,133). Sum of RGB (Red+Green+Blue) = 134+43+133=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #862B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862B85 is #79D47A. Grayscale: #505050. Windows color (decimal): -7984251 or 8727430. OLE color: 8727430.

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

Color convert

RGB13443133-
CMYK00.680.010.47
HSL300.66º51.41%34.71%-
HSV(B)300.66º67.91%52.55%-
XYZ14.938.4923.04-
YUV80.47157.65166.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=43.23%
G=13.87%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344313300.680.010.47300.6651.4134.71
Hex862B8504412F12d3323
Octal2065320501041574556343
Binary1000011010101110000101010001001101111100101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862B85; }

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

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

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

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

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

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

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

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