#893CA2

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

Shades of Vivid Violet #893CA2

Tints of Vivid Violet #893CA2

Color information

#893CA2 (or 0x893CA2) is unknown color: approx Vivid Violet. HEX triplet: 89, 3C and A2. RGB value is (137,60,162). Sum of RGB (Red+Green+Blue) = 137+60+162=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #893CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893CA2 is #76C35D. Grayscale: #5E5E5E. Windows color (decimal): -7783262 or 10632329. OLE color: 10632329.

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

Color convert

RGB13760162-
CMYK0.150.6300.36
HSL285.29º45.95%43.53%-
HSV(B)285.29º62.96%63.53%-
XYZ18.4511.1635.36-
YUV94.65166.01158.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 60 (23.83% from 255) = 16.71%
BLUE value IS 162 (63.67% from 255) = 45.13%
R=38.16%
G=16.71%
B=45.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137601620.150.6300.36285.2945.9543.53
Hex893CA2F3F02411d2e2c
Octal2117424217770444355654
Binary100010011111001010001011111111110100100100011101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,60,162); }

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

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

 a { background-color: rgb(137,60,162); }

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

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

 span { border-color: rgb(137,60,162); }

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