#893EA0

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

Shades of Vivid Violet #893EA0

Tints of Vivid Violet #893EA0

Color information

#893EA0 (or 0x893EA0) is unknown color: approx Vivid Violet. HEX triplet: 89, 3E and A0. RGB value is (137,62,160). Sum of RGB (Red+Green+Blue) = 137+62+160=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #893EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893EA0 is #76C15F. Grayscale: #5F5F5F. Windows color (decimal): -7782752 or 10501769. OLE color: 10501769.

HSL color Cylindrical-coordinate representation of color #893EA0: hue angle of 285.92º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893EA0 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13762160-
CMYK0.140.6100.37
HSL285.92º44.14%43.53%-
HSV(B)285.92º61.25%62.75%-
XYZ18.3811.334.47-
YUV95.6164.35157.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=38.16%
G=17.27%
B=44.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal137621600.140.6100.37285.9244.1443.53
Hex893EA0E3D02511e2c2c
Octal2117624016750454365454
Binary100010011111101010000011101111010100101100011110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,62,160); }

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

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

 a { background-color: rgb(137,62,160); }

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

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

 span { border-color: rgb(137,62,160); }

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