#9149EF

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

Shades of Blue Violet #9149EF

Tints of Blue Violet #9149EF

Color information

#9149EF (or 0x9149EF) is unknown color: approx Blue Violet. HEX triplet: 91, 49 and EF. RGB value is (145,73,239). Sum of RGB (Red+Green+Blue) = 145+73+239=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #9149EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9149EF is #6EB610. Grayscale: #707070. Windows color (decimal): -7255569 or 15681937. OLE color: 15681937.

HSL color Cylindrical-coordinate representation of color #9149EF: hue angle of 266.02º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9149EF is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14573239-
CMYK0.390.6900.06
HSL266.02º83.84%61.18%-
HSV(B)266.02º69.46%93.73%-
XYZ29.6417.0283.38-
YUV113.45198.85150.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 239 (93.75% from 255) = 52.30%
R=31.73%
G=15.97%
B=52.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal145732390.390.6900.06266.0283.8461.18
Hex9149EF27450610a543d
Octal221111357471050641212475
Binary10010001100100111101111100111100010101101000010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9149EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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