#9130f8

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

Shades of Blue Violet #9130F8

Tints of Blue Violet #9130F8

Color information

#9130F8 (or 0x9130F8) is unknown color: approx Blue Violet. HEX triplet: 91, 30 and F8. RGB value is (145,48,248). Sum of RGB (Red+Green+Blue) = 145+48+248=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #9130F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9130F8 is #6ECF07. Grayscale: #636363. Windows color (decimal): -7261960 or 16265361. OLE color: 16265361.

HSL color Cylindrical-coordinate representation of color #9130F8: hue angle of 269.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9130F8 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14548248-
CMYK0.420.8100.03
HSL269.1º93.46%58.04%-
HSV(B)269.1º80.65%97.25%-
XYZ29.6814.9190.12-
YUV99.8211.64160.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 48 (19.14% from 255) = 10.88%
BLUE value IS 248 (97.27% from 255) = 56.24%
R=32.88%
G=10.88%
B=56.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal145482480.420.8100.03269.193.4658.04
Hex9130F82A510310d5d3a
Octal22160370521210341513572
Binary100100011100001111100010101010100010111000011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9130f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9130f8; }

 p { color: rgb(145,48,248); }

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

<style>
 a { background-color: #9130f8; }

 a { background-color: rgb(145,48,248); }

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

<style>
 span { border-color: #9130f8; }

 span { border-color: rgb(145,48,248); }

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