#89498C

Color #89498C Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #89498C

Tints of Vivid Violet #89498C

Color information

#89498C (or 0x89498C) is unknown color: approx Vivid Violet. HEX triplet: 89, 49 and 8C. RGB value is (137,73,140). Sum of RGB (Red+Green+Blue) = 137+73+140=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #89498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89498C is #76B673. Grayscale: #636363. Windows color (decimal): -7779956 or 9193865. OLE color: 9193865.

HSL color Cylindrical-coordinate representation of color #89498C: hue angle of 297.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89498C is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13773140-
CMYK0.020.4800.45
HSL297.31º31.46%41.76%-
HSV(B)297.31º47.86%54.9%-
XYZ17.4311.9826.2-
YUV99.77150.7154.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 140 (55.08% from 255) = 40%
R=39.14%
G=20.86%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137731400.020.4800.45297.3131.4641.76
Hex89498C23002D1291f2a
Octal2111112142600554513752
Binary1000100110010011000110010110000010110110010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89498C; }

 p { color: rgb(137,73,140); }

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

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

 a { background-color: rgb(137,73,140); }

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

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

 span { border-color: rgb(137,73,140); }

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