#800984

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

Shades of Purple #800984

Tints of Purple #800984

Color information

#800984 (or 0x800984) is unknown color: approx Purple. HEX triplet: 80, 09 and 84. RGB value is (128,9,132). Sum of RGB (Red+Green+Blue) = 128+9+132=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #800984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800984 is #7FF67B. Grayscale: #3A3A3A. Windows color (decimal): -8386172 or 8653184. OLE color: 8653184.

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

Color convert

RGB1289132-
CMYK0.030.9300.48
HSL298.05º87.23%27.65%-
HSV(B)298.05º93.18%51.76%-
XYZ13.166.4522.38-
YUV58.6169.42177.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=47.58%
G=3.35%
B=49.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12891320.030.9300.48298.0587.2327.65
Hex8098435D03012a571c
Octal20011204313506045212734
Binary100000001001100001001110111010110000100101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800984; }

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

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

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

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

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

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

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

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