#894395

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

Shades of Vivid Violet #894395

Tints of Vivid Violet #894395

Color information

#894395 (or 0x894395) is unknown color: approx Vivid Violet. HEX triplet: 89, 43 and 95. RGB value is (137,67,149). Sum of RGB (Red+Green+Blue) = 137+67+149=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #894395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894395 is #76BC6A. Grayscale: #616161. Windows color (decimal): -7781483 or 9782153. OLE color: 9782153.

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

Color convert

RGB13767149-
CMYK0.080.5500.42
HSL291.22º37.96%42.35%-
HSV(B)291.22º55.03%58.43%-
XYZ17.7511.529.72-
YUV97.28157.19156.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=38.81%
G=18.98%
B=42.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137671490.080.5500.42291.2237.9642.35
Hex89439583702A123262a
Octal21110322510670524434652
Binary1000100110000111001010110001101110101010100100011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894395; }

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

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

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

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

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

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

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

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