#894095

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

Shades of Vivid Violet #894095

Tints of Vivid Violet #894095

Color information

#894095 (or 0x894095) is unknown color: approx Vivid Violet. HEX triplet: 89, 40 and 95. RGB value is (137,64,149). Sum of RGB (Red+Green+Blue) = 137+64+149=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #894095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894095 is #76BF6A. Grayscale: #5F5F5F. Windows color (decimal): -7782251 or 9781385. OLE color: 9781385.

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

Color convert

RGB13764149-
CMYK0.080.5700.42
HSL291.53º39.91%41.76%-
HSV(B)291.53º57.05%58.43%-
XYZ17.5711.1629.66-
YUV95.52158.18157.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=39.14%
G=18.29%
B=42.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137641490.080.5700.42291.5339.9141.76
Hex89409583902A124282a
Octal21110022510710524445052
Binary1000100110000001001010110001110010101010100100100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894095; }

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

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

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

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

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

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

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

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