#894089

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

Shades of Vivid Violet #894089

Tints of Vivid Violet #894089

Color information

#894089 (or 0x894089) is unknown color: approx Vivid Violet. HEX triplet: 89, 40 and 89. RGB value is (137,64,137). Sum of RGB (Red+Green+Blue) = 137+64+137=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #894089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894089 is #76BF76. Grayscale: #5D5D5D. Windows color (decimal): -7782263 or 8994953. OLE color: 8994953.

HSL color Cylindrical-coordinate representation of color #894089: hue angle of 300º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894089 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13764137-
CMYK00.5300.46
HSL300º36.32%39.41%-
HSV(B)300º53.28%53.73%-
XYZ16.6710.7924.87-
YUV94.15152.18158.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=40.53%
G=18.93%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376413700.5300.4630036.3239.41
Hex89408903502E12c2427
Octal2111002110650564544447
Binary1000100110000001000100101101010101110100101100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894089; }

 p { color: rgb(137,64,137); }

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

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

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

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

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

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

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