#893AAE

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

Shades of Vivid Violet #893AAE

Tints of Vivid Violet #893AAE

Color information

#893AAE (or 0x893AAE) is unknown color: approx Vivid Violet. HEX triplet: 89, 3A and AE. RGB value is (137,58,174). Sum of RGB (Red+Green+Blue) = 137+58+174=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #893AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893AAE is #76C551. Grayscale: #5E5E5E. Windows color (decimal): -7783762 or 11418249. OLE color: 11418249.

HSL color Cylindrical-coordinate representation of color #893AAE: hue angle of 280.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893AAE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13758174-
CMYK0.210.6700.32
HSL280.86º50%45.49%-
HSV(B)280.86º66.67%68.24%-
XYZ19.4711.441.22-
YUV94.84172.67158.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=37.13%
G=15.72%
B=47.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137581740.210.6700.32280.865045.49
Hex893AAE1543020119322d
Octal21172256251030404316255
Binary10001001111010101011101010110000110100000100011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893AAE; }

 p { color: rgb(137,58,174); }

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

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

 a { background-color: rgb(137,58,174); }

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

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

 span { border-color: rgb(137,58,174); }

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