#894FA0

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

Shades of Vivid Violet #894FA0

Tints of Vivid Violet #894FA0

Color information

#894FA0 (or 0x894FA0) is unknown color: approx Vivid Violet. HEX triplet: 89, 4F and A0. RGB value is (137,79,160). Sum of RGB (Red+Green+Blue) = 137+79+160=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #894FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894FA0 is #76B05F. Grayscale: #696969. Windows color (decimal): -7778400 or 10506121. OLE color: 10506121.

HSL color Cylindrical-coordinate representation of color #894FA0: hue angle of 282.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894FA0 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13779160-
CMYK0.140.5100.37
HSL282.96º33.89%46.86%-
HSV(B)282.96º50.63%62.75%-
XYZ19.4613.4534.83-
YUV105.58158.72150.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 160 (62.89% from 255) = 42.55%
R=36.44%
G=21.01%
B=42.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal137791600.140.5100.37282.9633.8946.86
Hex894FA0E3302511b222f
Octal21111724016630454334257
Binary1000100110011111010000011101100110100101100011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894FA0; }

 p { color: rgb(137,79,160); }

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

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

 a { background-color: rgb(137,79,160); }

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

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

 span { border-color: rgb(137,79,160); }

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