#9130e0

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

Shades of Blue Violet #9130E0

Tints of Blue Violet #9130E0

Color information

#9130E0 (or 0x9130E0) is unknown color: approx Blue Violet. HEX triplet: 91, 30 and E0. RGB value is (145,48,224). Sum of RGB (Red+Green+Blue) = 145+48+224=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #9130E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130E0 is #6ECF1F. Grayscale: #606060. Windows color (decimal): -7261984 or 14692497. OLE color: 14692497.

HSL color Cylindrical-coordinate representation of color #9130E0: hue angle of 273.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9130E0 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14548224-
CMYK0.350.7900.12
HSL273.07º73.95%53.33%-
HSV(B)273.07º78.57%87.84%-
XYZ26.1913.5271.75-
YUV97.07199.64162.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 224 (87.89% from 255) = 53.72%
R=34.77%
G=11.51%
B=53.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145482240.350.7900.12273.0773.9553.33
Hex9130E0234F0C1114a35
Octal221603404311701442111265
Binary10010001110000111000001000111001111011001000100011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9130e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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