#860084

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

Shades of Purple #860084

Tints of Purple #860084

Color information

#860084 (or 0x860084) is unknown color: approx Purple. HEX triplet: 86, 00 and 84. RGB value is (134,0,132). Sum of RGB (Red+Green+Blue) = 134+0+132=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #860084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860084 is #79FF7B. Grayscale: #363636. Windows color (decimal): -7995260 or 8650886. OLE color: 8650886.

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

Color convert

RGB1340132-
CMYK010.010.47
HSL300.9º100%26.27%-
HSV(B)300.9º100%52.55%-
XYZ146.7322.39-
YUV55.11171.39184.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=50.38%
G=0%
B=49.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340132010.010.47300.910026.27
Hex8608406412F12d641a
Octal2060204014415745514432
Binary10000110010000100011001001101111100101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860084; }

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

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

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

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

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

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

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

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