#894A95

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

Shades of Vivid Violet #894A95

Tints of Vivid Violet #894A95

Color information

#894A95 (or 0x894A95) is unknown color: approx Vivid Violet. HEX triplet: 89, 4A and 95. RGB value is (137,74,149). Sum of RGB (Red+Green+Blue) = 137+74+149=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #894A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894A95 is #76B56A. Grayscale: #656565. Windows color (decimal): -7779691 or 9783945. OLE color: 9783945.

HSL color Cylindrical-coordinate representation of color #894A95: hue angle of 290.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894A95 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13774149-
CMYK0.080.5000.42
HSL290.4º33.63%43.73%-
HSV(B)290.4º50.34%58.43%-
XYZ18.1912.3929.87-
YUV101.39154.87153.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=38.06%
G=20.56%
B=41.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137741490.080.5000.42290.433.6343.73
Hex894A9583202A122222c
Octal21111222510620524424254
Binary1000100110010101001010110001100100101010100100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,74,149); }

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

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

 a { background-color: rgb(137,74,149); }

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

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

 span { border-color: rgb(137,74,149); }

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