#894E92

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

Shades of Vivid Violet #894E92

Tints of Vivid Violet #894E92

Color information

#894E92 (or 0x894E92) is unknown color: approx Vivid Violet. HEX triplet: 89, 4E and 92. RGB value is (137,78,146). Sum of RGB (Red+Green+Blue) = 137+78+146=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #894E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894E92 is #76B16D. Grayscale: #676767. Windows color (decimal): -7778670 or 9588361. OLE color: 9588361.

HSL color Cylindrical-coordinate representation of color #894E92: hue angle of 292.06º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894E92 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13778146-
CMYK0.060.4700.43
HSL292.06º30.36%43.92%-
HSV(B)292.06º46.58%57.25%-
XYZ18.2312.8428.71-
YUV103.39152.05151.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=37.95%
G=21.61%
B=40.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137781460.060.4700.43292.0630.3643.92
Hex894E9262F02B1241e2c
Octal2111162226570534443654
Binary10001001100111010010010110101111010101110010010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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