#893991

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

Shades of Vivid Violet #893991

Tints of Vivid Violet #893991

Color information

#893991 (or 0x893991) is unknown color: approx Vivid Violet. HEX triplet: 89, 39 and 91. RGB value is (137,57,145). Sum of RGB (Red+Green+Blue) = 137+57+145=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #893991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893991 is #76C66E. Grayscale: #5A5A5A. Windows color (decimal): -7784047 or 9517449. OLE color: 9517449.

HSL color Cylindrical-coordinate representation of color #893991: hue angle of 294.55º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893991 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13757145-
CMYK0.060.6100.43
HSL294.55º43.56%39.61%-
HSV(B)294.55º60.69%56.86%-
XYZ16.8910.2927.88-
YUV90.95158.5160.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=40.41%
G=16.81%
B=42.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137571450.060.6100.43294.5543.5639.61
Hex89399163D02B1272c28
Octal211712216750534475450
Binary10001001111001100100011101111010101011100100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893991; }

 p { color: rgb(137,57,145); }

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

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

 a { background-color: rgb(137,57,145); }

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

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

 span { border-color: rgb(137,57,145); }

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