#894F94

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

Shades of Vivid Violet #894F94

Tints of Vivid Violet #894F94

Color information

#894F94 (or 0x894F94) is unknown color: approx Vivid Violet. HEX triplet: 89, 4F and 94. RGB value is (137,79,148). Sum of RGB (Red+Green+Blue) = 137+79+148=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #894F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894F94 is #76B06B. Grayscale: #676767. Windows color (decimal): -7778412 or 9719689. OLE color: 9719689.

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

Color convert

RGB13779148-
CMYK0.070.4700.42
HSL290.43º30.4%44.51%-
HSV(B)290.43º46.62%58.04%-
XYZ18.4613.0529.56-
YUV104.21152.72151.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=37.64%
G=21.70%
B=40.66%

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
Decimal137791480.070.4700.42290.4330.444.51
Hex894F9472F02A1221e2d
Octal2111172247570524423655
Binary10001001100111110010100111101111010101010010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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