#893A88

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

Shades of Vivid Violet #893A88

Tints of Vivid Violet #893A88

Color information

#893A88 (or 0x893A88) is unknown color: approx Vivid Violet. HEX triplet: 89, 3A and 88. RGB value is (137,58,136). Sum of RGB (Red+Green+Blue) = 137+58+136=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #893A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A88 is #76C577. Grayscale: #5A5A5A. Windows color (decimal): -7783800 or 8927881. OLE color: 8927881.

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

Color convert

RGB13758136-
CMYK00.580.010.46
HSL300.76º40.51%38.24%-
HSV(B)300.76º57.66%53.73%-
XYZ16.2710.1224.39-
YUV90.51153.67161.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=41.39%
G=17.52%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375813600.580.010.46300.7640.5138.24
Hex893A8803A12E12d2926
Octal211722100721564555146
Binary100010011110101000100001110101101110100101101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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