#913EF9

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

Shades of Blue Violet #913EF9

Tints of Blue Violet #913EF9

Color information

#913EF9 (or 0x913EF9) is unknown color: approx Blue Violet. HEX triplet: 91, 3E and F9. RGB value is (145,62,249). Sum of RGB (Red+Green+Blue) = 145+62+249=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #913EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913EF9 is #6EC106. Grayscale: #6B6B6B. Windows color (decimal): -7258375 or 16334481. OLE color: 16334481.

HSL color Cylindrical-coordinate representation of color #913EF9: hue angle of 266.63º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #913EF9 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14562249-
CMYK0.420.7500.02
HSL266.63º93.97%60.98%-
HSV(B)266.63º75.1%97.65%-
XYZ30.516.391.16-
YUV108.14207.5154.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.80%
GREEN value IS 62 (24.61% from 255) = 13.60%
BLUE value IS 249 (97.66% from 255) = 54.61%
R=31.80%
G=13.60%
B=54.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal145622490.420.7500.02266.6393.9760.98
Hex913EF92A4B0210b5e3d
Octal22176371521130241313675
Binary100100011111101111100110101010010110101000010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,249); }

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

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

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

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

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

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

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