#894790

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

Shades of Vivid Violet #894790

Tints of Vivid Violet #894790

Color information

#894790 (or 0x894790) is unknown color: approx Vivid Violet. HEX triplet: 89, 47 and 90. RGB value is (137,71,144). Sum of RGB (Red+Green+Blue) = 137+71+144=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #894790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894790 is #76B86F. Grayscale: #626262. Windows color (decimal): -7780464 or 9455497. OLE color: 9455497.

HSL color Cylindrical-coordinate representation of color #894790: hue angle of 294.25º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894790 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13771144-
CMYK0.050.5100.44
HSL294.25º33.95%42.16%-
HSV(B)294.25º50.69%56.47%-
XYZ17.611.8427.74-
YUV99.06153.37155.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=38.92%
G=20.17%
B=40.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137711440.050.5100.44294.2533.9542.16
Hex89479053302C126222a
Octal2111072205630544464252
Binary100010011000111100100001011100110101100100100110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894790; }

 p { color: rgb(137,71,144); }

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

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

 a { background-color: rgb(137,71,144); }

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

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

 span { border-color: rgb(137,71,144); }

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