#913A90

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

Shades of Vivid Violet #913A90

Tints of Vivid Violet #913A90

Color information

#913A90 (or 0x913A90) is unknown color: approx Vivid Violet. HEX triplet: 91, 3A and 90. RGB value is (145,58,144). Sum of RGB (Red+Green+Blue) = 145+58+144=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #913A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913A90 is #6EC56F. Grayscale: #5D5D5D. Windows color (decimal): -7259504 or 9452177. OLE color: 9452177.

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

Color convert

RGB14558144-
CMYK00.60.010.43
HSL300.69º42.86%39.8%-
HSV(B)300.69º60%56.86%-
XYZ18.2211.0627.56-
YUV93.82156.32164.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=41.79%
G=16.71%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455814400.60.010.43300.6942.8639.8
Hex913A9003C12B12d2b28
Octal221722200741534555350
Binary100100011110101001000001111001101011100101101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913A90; }

 p { color: rgb(145,58,144); }

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

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

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

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

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

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

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