#893393

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

Shades of Vivid Violet #893393

Tints of Vivid Violet #893393

Color information

#893393 (or 0x893393) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and 93. RGB value is (137,51,147). Sum of RGB (Red+Green+Blue) = 137+51+147=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #893393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893393 is #76CC6C. Grayscale: #575757. Windows color (decimal): -7785581 or 9646985. OLE color: 9646985.

HSL color Cylindrical-coordinate representation of color #893393: hue angle of 293.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893393 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13751147-
CMYK0.070.6500.42
HSL293.75º48.48%38.82%-
HSV(B)293.75º65.31%57.65%-
XYZ16.779.7928.61-
YUV87.66161.49163.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=40.90%
G=15.22%
B=43.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137511470.070.6500.42293.7548.4838.82
Hex89339374102A1263027
Octal2116322371010524466047
Binary100010011100111001001111110000010101010100100110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893393; }

 p { color: rgb(137,51,147); }

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

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

 a { background-color: rgb(137,51,147); }

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

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

 span { border-color: rgb(137,51,147); }

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