#860984

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

Shades of Purple #860984

Tints of Purple #860984

Color information

#860984 (or 0x860984) is unknown color: approx Purple. HEX triplet: 86, 09 and 84. RGB value is (134,9,132). Sum of RGB (Red+Green+Blue) = 134+9+132=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #860984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860984 is #79F67B. Grayscale: #3C3C3C. Windows color (decimal): -7992956 or 8653190. OLE color: 8653190.

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

Color convert

RGB1349132-
CMYK00.930.010.47
HSL300.96º87.41%28.04%-
HSV(B)300.96º93.28%52.55%-
XYZ14.096.9322.42-
YUV60.4168.41180.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 132 (51.95% from 255) = 48%
R=48.73%
G=3.27%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134913200.930.010.47300.9687.4128.04
Hex8698405D12F12d571c
Octal20611204013515745512734
Binary10000110100110000100010111011101111100101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860984; }

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

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

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

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

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

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

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

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