#893385

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

Shades of Vivid Violet #893385

Tints of Vivid Violet #893385

Color information

#893385 (or 0x893385) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and 85. RGB value is (137,51,133). Sum of RGB (Red+Green+Blue) = 137+51+133=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #893385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893385 is #76CC7A. Grayscale: #555555. Windows color (decimal): -7785595 or 8729481. OLE color: 8729481.

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

Color convert

RGB13751133-
CMYK00.630.030.46
HSL302.79º45.74%36.86%-
HSV(B)302.79º62.77%53.73%-
XYZ15.739.3823.17-
YUV86.06154.49164.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=42.68%
G=15.89%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375113300.630.030.46302.7945.7436.86
Hex89338503F32E12f2e25
Octal211632050773564575645
Binary1000100111001110000101011111111101110100101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893385; }

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

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

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

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

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

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

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

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