#800985

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

Shades of Purple #800985

Tints of Purple #800985

Color information

#800985 (or 0x800985) is unknown color: approx Purple. HEX triplet: 80, 09 and 85. RGB value is (128,9,133). Sum of RGB (Red+Green+Blue) = 128+9+133=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #800985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800985 is #7FF67A. Grayscale: #3A3A3A. Windows color (decimal): -8386171 or 8718720. OLE color: 8718720.

HSL color Cylindrical-coordinate representation of color #800985: hue angle of 297.58º 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 #800985 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1289133-
CMYK0.040.9300.48
HSL297.58º87.32%27.84%-
HSV(B)297.58º93.23%52.16%-
XYZ13.236.4822.74-
YUV58.72169.92177.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=47.41%
G=3.33%
B=49.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12891330.040.9300.48297.5887.3227.84
Hex8098545D03012a571c
Octal20011205413506045212734
Binary1000000010011000010110010111010110000100101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800985; }

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

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

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

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

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

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

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

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