#89529B

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

Shades of Vivid Violet #89529B

Tints of Vivid Violet #89529B

Color information

#89529B (or 0x89529B) is unknown color: approx Vivid Violet. HEX triplet: 89, 52 and 9B. RGB value is (137,82,155). Sum of RGB (Red+Green+Blue) = 137+82+155=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #89529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89529B is #76AD64. Grayscale: #6A6A6A. Windows color (decimal): -7777637 or 10179209. OLE color: 10179209.

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

Color convert

RGB13782155-
CMYK0.120.4700.39
HSL285.21º30.8%46.47%-
HSV(B)285.21º47.1%60.78%-
XYZ19.2513.7232.64-
YUV106.77155.22149.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=36.63%
G=21.93%
B=41.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137821550.120.4700.39285.2130.846.47
Hex89529BC2F02711d1f2e
Octal21112223314570474353756
Binary100010011010010100110111100101111010011110001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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