#893490

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

Shades of Vivid Violet #893490

Tints of Vivid Violet #893490

Color information

#893490 (or 0x893490) is unknown color: approx Vivid Violet. HEX triplet: 89, 34 and 90. RGB value is (137,52,144). Sum of RGB (Red+Green+Blue) = 137+52+144=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #893490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893490 is #76CB6F. Grayscale: #575757. Windows color (decimal): -7785328 or 9450633. OLE color: 9450633.

HSL color Cylindrical-coordinate representation of color #893490: hue angle of 295.43º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893490 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13752144-
CMYK0.050.6400.44
HSL295.43º46.94%38.43%-
HSV(B)295.43º63.89%56.47%-
XYZ16.589.7927.4-
YUV87.9159.66163.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=41.14%
G=15.62%
B=43.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137521440.050.6400.44295.4346.9438.43
Hex89349054002C1272f26
Octal2116422051000544475746
Binary100010011101001001000010110000000101100100100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893490; }

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

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

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

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

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

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

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

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