#890276

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

Shades of Purple #890276

Tints of Purple #890276

Color information

#890276 (or 0x890276) is unknown color: approx Purple. HEX triplet: 89, 02 and 76. RGB value is (137,2,118). Sum of RGB (Red+Green+Blue) = 137+2+118=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890276 is #76FD89. Grayscale: #373737. Windows color (decimal): -7798154 or 7733897. OLE color: 7733897.

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

Color convert

RGB1372118-
CMYK00.990.140.46
HSL308.44º97.12%27.25%-
HSV(B)308.44º98.54%53.73%-
XYZ13.616.6717.71-
YUV55.59163.23186.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=53.31%
G=0.78%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137211800.990.140.46308.4497.1227.25
Hex89276063E2E134611b
Octal21121660143165646414133
Binary10001001101110110011000111110101110100110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890276; }

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

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

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

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

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

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

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

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