#894295

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

Shades of Vivid Violet #894295

Tints of Vivid Violet #894295

Color information

#894295 (or 0x894295) is unknown color: approx Vivid Violet. HEX triplet: 89, 42 and 95. RGB value is (137,66,149). Sum of RGB (Red+Green+Blue) = 137+66+149=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #894295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894295 is #76BD6A. Grayscale: #606060. Windows color (decimal): -7781739 or 9781897. OLE color: 9781897.

HSL color Cylindrical-coordinate representation of color #894295: hue angle of 291.33º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #894295 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13766149-
CMYK0.080.5600.42
HSL291.33º38.6%42.16%-
HSV(B)291.33º55.7%58.43%-
XYZ17.6911.3829.7-
YUV96.69157.52156.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=38.92%
G=18.75%
B=42.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137661490.080.5600.42291.3338.642.16
Hex89429583802A123272a
Octal21110222510700524434752
Binary1000100110000101001010110001110000101010100100011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894295; }

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

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

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

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

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

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

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

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