#894E94

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

Shades of Vivid Violet #894E94

Tints of Vivid Violet #894E94

Color information

#894E94 (or 0x894E94) is unknown color: approx Vivid Violet. HEX triplet: 89, 4E and 94. RGB value is (137,78,148). Sum of RGB (Red+Green+Blue) = 137+78+148=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #894E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894E94 is #76B16B. Grayscale: #676767. Windows color (decimal): -7778668 or 9719433. OLE color: 9719433.

HSL color Cylindrical-coordinate representation of color #894E94: hue angle of 290.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894E94 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13778148-
CMYK0.070.4700.42
HSL290.57º30.97%44.31%-
HSV(B)290.57º47.3%58.04%-
XYZ18.3912.9129.54-
YUV103.62153.05151.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=37.74%
G=21.49%
B=40.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137781480.070.4700.42290.5730.9744.31
Hex894E9472F02A1231f2c
Octal2111162247570524433754
Binary10001001100111010010100111101111010101010010001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,148); }

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

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

 a { background-color: rgb(137,78,148); }

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

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

 span { border-color: rgb(137,78,148); }

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