#894890

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

Shades of Vivid Violet #894890

Tints of Vivid Violet #894890

Color information

#894890 (or 0x894890) is unknown color: approx Vivid Violet. HEX triplet: 89, 48 and 90. RGB value is (137,72,144). Sum of RGB (Red+Green+Blue) = 137+72+144=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #894890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894890 is #76B76F. Grayscale: #636363. Windows color (decimal): -7780208 or 9455753. OLE color: 9455753.

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

Color convert

RGB13772144-
CMYK0.050.5000.44
HSL294.17º33.33%42.35%-
HSV(B)294.17º50%56.47%-
XYZ17.6711.9727.76-
YUV99.64153.03154.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=38.81%
G=20.40%
B=40.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137721440.050.5000.44294.1733.3342.35
Hex89489053202C126212a
Octal2111102205620544464152
Binary100010011001000100100001011100100101100100100110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894890; }

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

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

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

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

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

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

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

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