#9148F4

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

Shades of Blue Violet #9148F4

Tints of Blue Violet #9148F4

Color information

#9148F4 (or 0x9148F4) is unknown color: approx Blue Violet. HEX triplet: 91, 48 and F4. RGB value is (145,72,244). Sum of RGB (Red+Green+Blue) = 145+72+244=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #9148F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9148F4 is #6EB70B. Grayscale: #707070. Windows color (decimal): -7255820 or 16009361. OLE color: 16009361.

HSL color Cylindrical-coordinate representation of color #9148F4: hue angle of 265.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9148F4 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14572244-
CMYK0.410.7000.04
HSL265.47º88.66%61.96%-
HSV(B)265.47º70.49%95.69%-
XYZ30.3217.1987.31-
YUV113.44201.68150.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 72 (28.52% from 255) = 15.62%
BLUE value IS 244 (95.70% from 255) = 52.93%
R=31.45%
G=15.62%
B=52.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal145722440.410.7000.04265.4788.6661.96
Hex9148F4294604109593e
Octal221110364511060441113176
Binary10010001100100011110100101001100011001001000010011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9148F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9148F4; }

 p { color: rgb(145,72,244); }

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

<style>
 a { background-color: #9148F4; }

 a { background-color: rgb(145,72,244); }

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

<style>
 span { border-color: #9148F4; }

 span { border-color: rgb(145,72,244); }

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