#890273

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

Shades of Purple #890273

Tints of Purple #890273

Color information

#890273 (or 0x890273) is unknown color: approx Purple. HEX triplet: 89, 02 and 73. RGB value is (137,2,115). Sum of RGB (Red+Green+Blue) = 137+2+115=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890273 is #76FD8C. Grayscale: #363636. Windows color (decimal): -7798157 or 7537289. OLE color: 7537289.

HSL color Cylindrical-coordinate representation of color #890273: hue angle of 309.78º 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 #890273 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB1372115-
CMYK00.990.160.46
HSL309.78º97.12%27.25%-
HSV(B)309.78º98.54%53.73%-
XYZ13.436.616.79-
YUV55.25161.73186.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=53.94%
G=0.79%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137211500.990.160.46309.7897.1227.25
Hex89273063102E136611b
Octal21121630143205646614133
Binary100010011011100110110001110000101110100110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890273; }

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

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

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

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

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

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

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

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