#894D92

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

Shades of Vivid Violet #894D92

Tints of Vivid Violet #894D92

Color information

#894D92 (or 0x894D92) is unknown color: approx Vivid Violet. HEX triplet: 89, 4D and 92. RGB value is (137,77,146). Sum of RGB (Red+Green+Blue) = 137+77+146=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #894D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894D92 is #76B26D. Grayscale: #666666. Windows color (decimal): -7778926 or 9588105. OLE color: 9588105.

HSL color Cylindrical-coordinate representation of color #894D92: hue angle of 292.17º degrees, saturation: 0.31, 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 #894D92 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13777146-
CMYK0.060.4700.43
HSL292.17º30.94%43.73%-
HSV(B)292.17º47.26%57.25%-
XYZ18.1612.728.69-
YUV102.81152.38152.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=38.06%
G=21.39%
B=40.56%

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
Decimal137771460.060.4700.43292.1730.9443.73
Hex894D9262F02B1241f2c
Octal2111152226570534443754
Binary10001001100110110010010110101111010101110010010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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