#890975

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

Shades of Purple #890975

Tints of Purple #890975

Color information

#890975 (or 0x890975) is unknown color: approx Purple. HEX triplet: 89, 09 and 75. RGB value is (137,9,117). Sum of RGB (Red+Green+Blue) = 137+9+117=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #890975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890975 is #76F68A. Grayscale: #3B3B3B. Windows color (decimal): -7796363 or 7670153. OLE color: 7670153.

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

Color convert

RGB1379117-
CMYK00.930.150.46
HSL309.38º87.67%28.63%-
HSV(B)309.38º93.43%53.73%-
XYZ13.636.817.42-
YUV59.58160.41183.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=52.09%
G=3.42%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137911700.930.150.46309.3887.6728.63
Hex8997505DF2E135581d
Octal211111650135175646513035
Binary1000100110011110101010111011111101110100110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890975; }

 p { color: rgb(137,9,117); }

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

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

 a { background-color: rgb(137,9,117); }

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

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

 span { border-color: rgb(137,9,117); }

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