#894A94

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

Shades of Vivid Violet #894A94

Tints of Vivid Violet #894A94

Color information

#894A94 (or 0x894A94) is unknown color: approx Vivid Violet. HEX triplet: 89, 4A and 94. RGB value is (137,74,148). Sum of RGB (Red+Green+Blue) = 137+74+148=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #894A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894A94 is #76B56B. Grayscale: #656565. Windows color (decimal): -7779692 or 9718409. OLE color: 9718409.

HSL color Cylindrical-coordinate representation of color #894A94: hue angle of 291.08º degrees, saturation: 0.33, 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 #894A94 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13774148-
CMYK0.070.5000.42
HSL291.08º33.33%43.53%-
HSV(B)291.08º50%58.04%-
XYZ18.1112.3529.45-
YUV101.27154.37153.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=38.16%
G=20.61%
B=41.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137741480.070.5000.42291.0833.3343.53
Hex894A9473202A123212c
Octal2111122247620524434154
Binary100010011001010100101001111100100101010100100011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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