#862E81

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

Shades of Dark Purple #862E81

Tints of Dark Purple #862E81

Color information

#862E81 (or 0x862E81) is unknown color: approx Dark Purple. HEX triplet: 86, 2E and 81. RGB value is (134,46,129). Sum of RGB (Red+Green+Blue) = 134+46+129=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #862E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862E81 is #79D17E. Grayscale: #515151. Windows color (decimal): -7983487 or 8466054. OLE color: 8466054.

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

Color convert

RGB13446129-
CMYK00.660.040.47
HSL303.41º48.89%35.29%-
HSV(B)303.41º65.67%52.55%-
XYZ14.778.6121.65-
YUV81.77154.65165.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=43.37%
G=14.89%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344612900.660.040.47303.4148.8935.29
Hex862E8104242F12f3123
Octal2065620101024574576143
Binary100001101011101000000101000010100101111100101111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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