#913AE9

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

Shades of Blue Violet #913AE9

Tints of Blue Violet #913AE9

Color information

#913AE9 (or 0x913AE9) is unknown color: approx Blue Violet. HEX triplet: 91, 3A and E9. RGB value is (145,58,233). Sum of RGB (Red+Green+Blue) = 145+58+233=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #913AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913AE9 is #6EC516. Grayscale: #676767. Windows color (decimal): -7259415 or 15284881. OLE color: 15284881.

HSL color Cylindrical-coordinate representation of color #913AE9: hue angle of 269.83º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #913AE9 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14558233-
CMYK0.380.7500.09
HSL269.83º79.91%57.06%-
HSV(B)269.83º75.11%91.37%-
XYZ27.914.9378.5-
YUV103.96200.82157.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 233 (91.41% from 255) = 53.44%
R=33.26%
G=13.30%
B=53.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal145582330.380.7500.09269.8379.9157.06
Hex913AE9264B0910e5039
Octal221723514611301141612071
Binary10010001111010111010011001101001011010011000011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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