#893585

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

Shades of Vivid Violet #893585

Tints of Vivid Violet #893585

Color information

#893585 (or 0x893585) is unknown color: approx Vivid Violet. HEX triplet: 89, 35 and 85. RGB value is (137,53,133). Sum of RGB (Red+Green+Blue) = 137+53+133=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893585 is #76CA7A. Grayscale: #575757. Windows color (decimal): -7785083 or 8729993. OLE color: 8729993.

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

Color convert

RGB13753133-
CMYK00.610.030.46
HSL302.86º44.21%37.25%-
HSV(B)302.86º61.31%53.73%-
XYZ15.829.5623.2-
YUV87.24153.83163.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=42.41%
G=16.41%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375313300.610.030.46302.8644.2137.25
Hex89358503D32E12f2c25
Octal211652050753564575445
Binary1000100111010110000101011110111101110100101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893585; }

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

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

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

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

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

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

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

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