#890280

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

Shades of Purple #890280

Tints of Purple #890280

Color information

#890280 (or 0x890280) is unknown color: approx Purple. HEX triplet: 89, 02 and 80. RGB value is (137,2,128). Sum of RGB (Red+Green+Blue) = 137+2+128=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #890280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890280 is #76FD7F. Grayscale: #383838. Windows color (decimal): -7798144 or 8389257. OLE color: 8389257.

HSL color Cylindrical-coordinate representation of color #890280: hue angle of 304º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890280 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB1372128-
CMYK00.990.070.46
HSL304º97.12%27.25%-
HSV(B)304º98.54%53.73%-
XYZ14.236.9221.01-
YUV56.73168.23185.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=51.31%
G=0.75%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137212800.990.070.4630497.1227.25
Hex8928006372E130611b
Octal2112200014375646014133
Binary10001001101000000001100011111101110100110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890280; }

 p { color: rgb(137,2,128); }

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

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

 a { background-color: rgb(137,2,128); }

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

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

 span { border-color: rgb(137,2,128); }

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