#862084

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

Shades of Dark Purple #862084

Tints of Dark Purple #862084

Color information

#862084 (or 0x862084) is unknown color: approx Dark Purple. HEX triplet: 86, 20 and 84. RGB value is (134,32,132). Sum of RGB (Red+Green+Blue) = 134+32+132=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #862084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862084 is #79DF7B. Grayscale: #494949. Windows color (decimal): -7987068 or 8659078. OLE color: 8659078.

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

Color convert

RGB13432132-
CMYK00.760.010.47
HSL301.18º61.45%32.55%-
HSV(B)301.18º76.12%52.55%-
XYZ14.517.7722.56-
YUV73.9160.79170.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=44.97%
G=10.74%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343213200.760.010.47301.1861.4532.55
Hex86208404C12F12d3d21
Octal2064020401141574557541
Binary1000011010000010000100010011001101111100101101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862084; }

 p { color: rgb(134,32,132); }

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

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

 a { background-color: rgb(134,32,132); }

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

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

 span { border-color: rgb(134,32,132); }

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