#893486

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

Shades of Vivid Violet #893486

Tints of Vivid Violet #893486

Color information

#893486 (or 0x893486) is unknown color: approx Vivid Violet. HEX triplet: 89, 34 and 86. RGB value is (137,52,134). Sum of RGB (Red+Green+Blue) = 137+52+134=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893486 is #76CB79. Grayscale: #565656. Windows color (decimal): -7785338 or 8795273. OLE color: 8795273.

HSL color Cylindrical-coordinate representation of color #893486: hue angle of 302.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893486 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13752134-
CMYK00.620.020.46
HSL302.12º44.97%37.06%-
HSV(B)302.12º62.04%53.73%-
XYZ15.859.523.55-
YUV86.76154.66163.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=42.41%
G=16.10%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375213400.620.020.46302.1244.9737.06
Hex89348603E22E12e2d25
Octal211642060762564565545
Binary1000100111010010000110011111010101110100101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893486; }

 p { color: rgb(137,52,134); }

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

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

 a { background-color: rgb(137,52,134); }

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

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

 span { border-color: rgb(137,52,134); }

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