#862B81

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

Shades of Dark Purple #862B81

Tints of Dark Purple #862B81

Color information

#862B81 (or 0x862B81) is unknown color: approx Dark Purple. HEX triplet: 86, 2B and 81. RGB value is (134,43,129). Sum of RGB (Red+Green+Blue) = 134+43+129=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #862B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862B81 is #79D47E. Grayscale: #4F4F4F. Windows color (decimal): -7984255 or 8465286. OLE color: 8465286.

HSL color Cylindrical-coordinate representation of color #862B81: hue angle of 303.3º 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 #862B81 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13443129-
CMYK00.680.040.47
HSL303.3º51.41%34.71%-
HSV(B)303.3º67.91%52.55%-
XYZ14.668.3821.61-
YUV80.01155.65166.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=43.79%
G=14.05%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344312900.680.040.47303.351.4134.71
Hex862B8104442F12f3323
Octal2065320101044574576343
Binary100001101010111000000101000100100101111100101111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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