#9149F3

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

Shades of Blue Violet #9149F3

Tints of Blue Violet #9149F3

Color information

#9149F3 (or 0x9149F3) is unknown color: approx Blue Violet. HEX triplet: 91, 49 and F3. RGB value is (145,73,243). Sum of RGB (Red+Green+Blue) = 145+73+243=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #9149F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149F3 is #6EB60C. Grayscale: #717171. Windows color (decimal): -7255565 or 15944081. OLE color: 15944081.

HSL color Cylindrical-coordinate representation of color #9149F3: hue angle of 265.41º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9149F3 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14573243-
CMYK0.400.7000.05
HSL265.41º87.63%61.96%-
HSV(B)265.41º69.96%95.29%-
XYZ30.2417.2686.53-
YUV113.91200.85150.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 243 (95.31% from 255) = 52.71%
R=31.45%
G=15.84%
B=52.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145732430.400.7000.05265.4187.6361.96
Hex9149F3284605109583e
Octal221111363501060541113076
Binary10010001100100111110011101000100011001011000010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9149F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9149F3; }

 p { color: rgb(145,73,243); }

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

<style>
 a { background-color: #9149F3; }

 a { background-color: rgb(145,73,243); }

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

<style>
 span { border-color: #9149F3; }

 span { border-color: rgb(145,73,243); }

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