#862982

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

Shades of Dark Purple #862982

Tints of Dark Purple #862982

Color information

#862982 (or 0x862982) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 82. RGB value is (134,41,130). Sum of RGB (Red+Green+Blue) = 134+41+130=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #862982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862982 is #79D67D. Grayscale: #4E4E4E. Windows color (decimal): -7984766 or 8530310. OLE color: 8530310.

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

Color convert

RGB13441130-
CMYK00.690.030.47
HSL302.58º53.14%34.31%-
HSV(B)302.58º69.4%52.55%-
XYZ14.658.2721.94-
YUV78.95156.81167.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=43.93%
G=13.44%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344113000.690.030.47302.5853.1434.31
Hex86298204532F12f3522
Octal2065120201053574576542
Binary10000110101001100000100100010111101111100101111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862982; }

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

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

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

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

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

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

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

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