#893AA4

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

Shades of Vivid Violet #893AA4

Tints of Vivid Violet #893AA4

Color information

#893AA4 (or 0x893AA4) is unknown color: approx Vivid Violet. HEX triplet: 89, 3A and A4. RGB value is (137,58,164). Sum of RGB (Red+Green+Blue) = 137+58+164=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #893AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893AA4 is #76C55B. Grayscale: #5D5D5D. Windows color (decimal): -7783772 or 10762889. OLE color: 10762889.

HSL color Cylindrical-coordinate representation of color #893AA4: hue angle of 284.72º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893AA4 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13758164-
CMYK0.160.6500.36
HSL284.72º47.75%43.53%-
HSV(B)284.72º64.63%64.31%-
XYZ18.5311.0236.27-
YUV93.7167.67158.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=38.16%
G=16.16%
B=45.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137581640.160.6500.36284.7247.7543.53
Hex893AA4104102411d302c
Octal21172244201010444356054
Binary10001001111010101001001000010000010100100100011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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