#893491

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

Shades of Vivid Violet #893491

Tints of Vivid Violet #893491

Color information

#893491 (or 0x893491) is unknown color: approx Vivid Violet. HEX triplet: 89, 34 and 91. RGB value is (137,52,145). Sum of RGB (Red+Green+Blue) = 137+52+145=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #893491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893491 is #76CB6E. Grayscale: #575757. Windows color (decimal): -7785327 or 9516169. OLE color: 9516169.

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

Color convert

RGB13752145-
CMYK0.060.6400.43
HSL294.84º47.21%38.63%-
HSV(B)294.84º64.14%56.86%-
XYZ16.669.8227.81-
YUV88.02160.16162.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=41.02%
G=15.57%
B=43.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137521450.060.6400.43294.8447.2138.63
Hex89349164002B1272f27
Octal2116422161000534475747
Binary100010011101001001000111010000000101011100100111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893491; }

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

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

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

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

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

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

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

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