#893E86

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

Shades of Vivid Violet #893E86

Tints of Vivid Violet #893E86

Color information

#893E86 (or 0x893E86) is unknown color: approx Vivid Violet. HEX triplet: 89, 3E and 86. RGB value is (137,62,134). Sum of RGB (Red+Green+Blue) = 137+62+134=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #893E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893E86 is #76C179. Grayscale: #5C5C5C. Windows color (decimal): -7782778 or 8797833. OLE color: 8797833.

HSL color Cylindrical-coordinate representation of color #893E86: hue angle of 302.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E86 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13762134-
CMYK00.550.020.46
HSL302.4º37.69%39.02%-
HSV(B)302.4º54.74%53.73%-
XYZ16.3410.4823.72-
YUV92.63151.35159.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=41.14%
G=18.62%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376213400.550.020.46302.437.6939.02
Hex893E8603722E12e2627
Octal211762060672564564647
Binary1000100111111010000110011011110101110100101110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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