#913C9B

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

Shades of Vivid Violet #913C9B

Tints of Vivid Violet #913C9B

Color information

#913C9B (or 0x913C9B) is unknown color: approx Vivid Violet. HEX triplet: 91, 3C and 9B. RGB value is (145,60,155). Sum of RGB (Red+Green+Blue) = 145+60+155=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #913C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913C9B is #6EC364. Grayscale: #5F5F5F. Windows color (decimal): -7258981 or 10173585. OLE color: 10173585.

HSL color Cylindrical-coordinate representation of color #913C9B: hue angle of 293.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913C9B is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14560155-
CMYK0.060.6100.39
HSL293.68º44.19%42.16%-
HSV(B)293.68º61.29%60.78%-
XYZ19.2111.6232.24-
YUV96.24161.16162.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 60 (23.83% from 255) = 16.67%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=40.28%
G=16.67%
B=43.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145601550.060.6100.39293.6844.1942.16
Hex913C9B63D0271262c2a
Octal221742336750474465452
Binary10010001111100100110111101111010100111100100110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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