#89529A

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

Shades of Vivid Violet #89529A

Tints of Vivid Violet #89529A

Color information

#89529A (or 0x89529A) is unknown color: approx Vivid Violet. HEX triplet: 89, 52 and 9A. RGB value is (137,82,154). Sum of RGB (Red+Green+Blue) = 137+82+154=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #89529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89529A is #76AD65. Grayscale: #6A6A6A. Windows color (decimal): -7777638 or 10113673. OLE color: 10113673.

HSL color Cylindrical-coordinate representation of color #89529A: hue angle of 285.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89529A is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13782154-
CMYK0.110.4700.40
HSL285.83º30.51%46.27%-
HSV(B)285.83º46.75%60.39%-
XYZ19.1713.6932.2-
YUV106.65154.72149.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=36.73%
G=21.98%
B=41.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137821540.110.4700.40285.8330.5146.27
Hex89529AB2F02811e1f2e
Octal21112223213570504363756
Binary100010011010010100110101011101111010100010001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89529A; }

 p { color: rgb(137,82,154); }

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

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

 a { background-color: rgb(137,82,154); }

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

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

 span { border-color: rgb(137,82,154); }

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