#893391

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

Shades of Vivid Violet #893391

Tints of Vivid Violet #893391

Color information

#893391 (or 0x893391) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and 91. RGB value is (137,51,145). Sum of RGB (Red+Green+Blue) = 137+51+145=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #893391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893391 is #76CC6E. Grayscale: #575757. Windows color (decimal): -7785583 or 9515913. OLE color: 9515913.

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

Color convert

RGB13751145-
CMYK0.060.6500.43
HSL294.89º47.96%38.43%-
HSV(B)294.89º64.83%56.86%-
XYZ16.619.7327.79-
YUV87.43160.49163.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=41.14%
G=15.32%
B=43.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137511450.060.6500.43294.8947.9638.43
Hex89339164102B1273026
Octal2116322161010534476046
Binary100010011100111001000111010000010101011100100111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893391; }

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

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

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

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

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

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

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

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