#894690

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

Shades of Vivid Violet #894690

Tints of Vivid Violet #894690

Color information

#894690 (or 0x894690) is unknown color: approx Vivid Violet. HEX triplet: 89, 46 and 90. RGB value is (137,70,144). Sum of RGB (Red+Green+Blue) = 137+70+144=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #894690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894690 is #76B96F. Grayscale: #626262. Windows color (decimal): -7780720 or 9455241. OLE color: 9455241.

HSL color Cylindrical-coordinate representation of color #894690: hue angle of 294.32º degrees, saturation: 0.35, 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 #894690 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13770144-
CMYK0.050.5100.44
HSL294.32º34.58%41.96%-
HSV(B)294.32º51.39%56.47%-
XYZ17.5411.7127.72-
YUV98.47153.7155.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=39.03%
G=19.94%
B=41.03%

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
Decimal137701440.050.5100.44294.3234.5841.96
Hex89469053302C126232a
Octal2111062205630544464352
Binary100010011000110100100001011100110101100100100110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894690; }

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

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

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

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

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

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

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

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