#893992

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

Shades of Vivid Violet #893992

Tints of Vivid Violet #893992

Color information

#893992 (or 0x893992) is unknown color: approx Vivid Violet. HEX triplet: 89, 39 and 92. RGB value is (137,57,146). Sum of RGB (Red+Green+Blue) = 137+57+146=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #893992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893992 is #76C66D. Grayscale: #5A5A5A. Windows color (decimal): -7784046 or 9582985. OLE color: 9582985.

HSL color Cylindrical-coordinate representation of color #893992: hue angle of 293.93º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #893992 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13757146-
CMYK0.060.6100.43
HSL293.93º43.84%39.8%-
HSV(B)293.93º60.96%57.25%-
XYZ16.9710.3228.29-
YUV91.07159160.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=40.29%
G=16.76%
B=42.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137571460.060.6100.43293.9343.8439.8
Hex89399263D02B1262c28
Octal211712226750534465450
Binary10001001111001100100101101111010101011100100110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893992; }

 p { color: rgb(137,57,146); }

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

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

 a { background-color: rgb(137,57,146); }

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

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

 span { border-color: rgb(137,57,146); }

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