#913991

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

Shades of Vivid Violet #913991

Tints of Vivid Violet #913991

Color information

#913991 (or 0x913991) is unknown color: approx Vivid Violet. HEX triplet: 91, 39 and 91. RGB value is (145,57,145). Sum of RGB (Red+Green+Blue) = 145+57+145=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #913991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913991 is #6EC66E. Grayscale: #5D5D5D. Windows color (decimal): -7259759 or 9517457. OLE color: 9517457.

HSL color Cylindrical-coordinate representation of color #913991: hue angle of 300º 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 #913991 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14557145-
CMYK00.6100.43
HSL300º43.56%39.61%-
HSV(B)300º60.69%56.86%-
XYZ18.2510.9927.95-
YUV93.34157.15164.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=41.79%
G=16.43%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455714500.6100.4330043.5639.61
Hex91399103D02B12c2c28
Octal221712210750534545450
Binary100100011110011001000101111010101011100101100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913991; }

 p { color: rgb(145,57,145); }

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

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

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

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

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

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

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