#913C90

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

Shades of Vivid Violet #913C90

Tints of Vivid Violet #913C90

Color information

#913C90 (or 0x913C90) is unknown color: approx Vivid Violet. HEX triplet: 91, 3C and 90. RGB value is (145,60,144). Sum of RGB (Red+Green+Blue) = 145+60+144=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #913C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C90 is #6EC36F. Grayscale: #5E5E5E. Windows color (decimal): -7258992 or 9452689. OLE color: 9452689.

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

Color convert

RGB14560144-
CMYK00.590.010.43
HSL300.71º41.46%40.2%-
HSV(B)300.71º58.62%56.86%-
XYZ18.3311.2727.59-
YUV94.99155.66163.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=41.55%
G=17.19%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456014400.590.010.43300.7141.4640.2
Hex913C9003B12B12d2928
Octal221742200731534555150
Binary100100011111001001000001110111101011100101101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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