#894894

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

Shades of Vivid Violet #894894

Tints of Vivid Violet #894894

Color information

#894894 (or 0x894894) is unknown color: approx Vivid Violet. HEX triplet: 89, 48 and 94. RGB value is (137,72,148). Sum of RGB (Red+Green+Blue) = 137+72+148=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #894894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894894 is #76B76B. Grayscale: #636363. Windows color (decimal): -7780204 or 9717897. OLE color: 9717897.

HSL color Cylindrical-coordinate representation of color #894894: hue angle of 291.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894894 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13772148-
CMYK0.070.5100.42
HSL291.32º34.55%43.14%-
HSV(B)291.32º51.35%58.04%-
XYZ17.9812.0929.4-
YUV100.1155.03154.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=38.38%
G=20.17%
B=41.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137721480.070.5100.42291.3234.5543.14
Hex89489473302A123232b
Octal2111102247630524434353
Binary100010011001000100101001111100110101010100100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894894; }

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

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

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

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

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

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

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

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