#893A82

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

Shades of Vivid Violet #893A82

Tints of Vivid Violet #893A82

Color information

#893A82 (or 0x893A82) is unknown color: approx Vivid Violet. HEX triplet: 89, 3A and 82. RGB value is (137,58,130). Sum of RGB (Red+Green+Blue) = 137+58+130=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #893A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A82 is #76C57D. Grayscale: #595959. Windows color (decimal): -7783806 or 8534665. OLE color: 8534665.

HSL color Cylindrical-coordinate representation of color #893A82: hue angle of 305.32º 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 #893A82 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB13758130-
CMYK00.580.050.46
HSL305.32º40.51%38.24%-
HSV(B)305.32º57.66%53.73%-
XYZ15.869.9622.2-
YUV89.83150.67161.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 130 (51.17% from 255) = 40%
R=42.15%
G=17.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375813000.580.050.46305.3240.5138.24
Hex893A8203A52E1312926
Octal211722020725564615146
Binary10001001111010100000100111010101101110100110001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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