#89359A

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

Shades of Vivid Violet #89359A

Tints of Vivid Violet #89359A

Color information

#89359A (or 0x89359A) is unknown color: approx Vivid Violet. HEX triplet: 89, 35 and 9A. RGB value is (137,53,154). Sum of RGB (Red+Green+Blue) = 137+53+154=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #89359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89359A is #76CA65. Grayscale: #595959. Windows color (decimal): -7785062 or 10106249. OLE color: 10106249.

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

Color convert

RGB13753154-
CMYK0.110.6600.40
HSL289.9º48.79%40.59%-
HSV(B)289.9º65.58%60.39%-
XYZ17.4210.231.62-
YUV89.63164.33161.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=39.83%
G=15.41%
B=44.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137531540.110.6600.40289.948.7940.59
Hex89359AB420281223129
Octal21165232131020504426151
Binary1000100111010110011010101110000100101000100100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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