#894B95

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

Shades of Vivid Violet #894B95

Tints of Vivid Violet #894B95

Color information

#894B95 (or 0x894B95) is unknown color: approx Vivid Violet. HEX triplet: 89, 4B and 95. RGB value is (137,75,149). Sum of RGB (Red+Green+Blue) = 137+75+149=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #894B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894B95 is #76B46A. Grayscale: #656565. Windows color (decimal): -7779435 or 9784201. OLE color: 9784201.

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

Color convert

RGB13775149-
CMYK0.080.5000.42
HSL290.27º33.04%43.92%-
HSV(B)290.27º49.66%58.43%-
XYZ18.2612.5229.89-
YUV101.97154.54152.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=37.95%
G=20.78%
B=41.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137751490.080.5000.42290.2733.0443.92
Hex894B9583202A122212c
Octal21111322510620524424154
Binary1000100110010111001010110001100100101010100100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B95; }

 p { color: rgb(137,75,149); }

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

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

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

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

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

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

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