#890576

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

Shades of Purple #890576

Tints of Purple #890576

Color information

#890576 (or 0x890576) is unknown color: approx Purple. HEX triplet: 89, 05 and 76. RGB value is (137,5,118). Sum of RGB (Red+Green+Blue) = 137+5+118=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #890576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890576 is #76FA89. Grayscale: #393939. Windows color (decimal): -7797386 or 7734665. OLE color: 7734665.

HSL color Cylindrical-coordinate representation of color #890576: hue angle of 308.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890576 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB1375118-
CMYK00.960.140.46
HSL308.64º92.96%27.84%-
HSV(B)308.64º96.35%53.73%-
XYZ13.646.7317.72-
YUV57.35162.23184.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=52.69%
G=1.92%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137511800.960.140.46308.6492.9627.84
Hex89576060E2E1355d1c
Octal21151660140165646513534
Binary100010011011110110011000001110101110100110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890576; }

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

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

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

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

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

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

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

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