#893A8E

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

Shades of Vivid Violet #893A8E

Tints of Vivid Violet #893A8E

Color information

#893A8E (or 0x893A8E) is unknown color: approx Vivid Violet. HEX triplet: 89, 3A and 8E. RGB value is (137,58,142). Sum of RGB (Red+Green+Blue) = 137+58+142=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #893A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A8E is #76C571. Grayscale: #5A5A5A. Windows color (decimal): -7783794 or 9321097. OLE color: 9321097.

HSL color Cylindrical-coordinate representation of color #893A8E: hue angle of 296.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #893A8E is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13758142-
CMYK0.040.5900.44
HSL296.43º42%39.22%-
HSV(B)296.43º59.15%55.69%-
XYZ16.7110.326.7-
YUV91.2156.67160.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=40.65%
G=17.21%
B=42.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137581420.040.5900.44296.434239.22
Hex893A8E43B02C1282a27
Octal211722164730544505247
Binary10001001111010100011101001110110101100100101000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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