#894596

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

Shades of Vivid Violet #894596

Tints of Vivid Violet #894596

Color information

#894596 (or 0x894596) is unknown color: approx Vivid Violet. HEX triplet: 89, 45 and 96. RGB value is (137,69,150). Sum of RGB (Red+Green+Blue) = 137+69+150=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #894596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894596 is #76BA69. Grayscale: #626262. Windows color (decimal): -7780970 or 9848201. OLE color: 9848201.

HSL color Cylindrical-coordinate representation of color #894596: hue angle of 290.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #894596 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13769150-
CMYK0.090.5400.41
HSL290.37º36.99%42.94%-
HSV(B)290.37º54%58.82%-
XYZ17.9511.7830.18-
YUV98.57157.03155.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=38.48%
G=19.38%
B=42.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal137691500.090.5400.41290.3736.9942.94
Hex894596936029122252b
Octal21110522611660514424553
Binary1000100110001011001011010011101100101001100100010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894596; }

 p { color: rgb(137,69,150); }

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

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

 a { background-color: rgb(137,69,150); }

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

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

 span { border-color: rgb(137,69,150); }

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