#9113E7

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

Shades of Blue Violet #9113E7

Tints of Blue Violet #9113E7

Color information

#9113E7 (or 0x9113E7) is unknown color: approx Blue Violet. HEX triplet: 91, 13 and E7. RGB value is (145,19,231). Sum of RGB (Red+Green+Blue) = 145+19+231=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #9113E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9113E7 is #6EEC18. Grayscale: #505050. Windows color (decimal): -7269401 or 15143825. OLE color: 15143825.

HSL color Cylindrical-coordinate representation of color #9113E7: hue angle of 275.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9113E7 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14519231-
CMYK0.370.9200.09
HSL275.66º84.8%49.02%-
HSV(B)275.66º91.77%90.59%-
XYZ26.3312.2676.58-
YUV80.84212.74173.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 19 (7.81% from 255) = 4.81%
BLUE value IS 231 (90.62% from 255) = 58.48%
R=36.71%
G=4.81%
B=58.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal145192310.370.9200.09275.6684.849.02
Hex9113E7255C091145531
Octal221233474513401142412561
Binary1001000110011111001111001011011100010011000101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9113E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9113E7; }

 p { color: rgb(145,19,231); }

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

<style>
 a { background-color: #9113E7; }

 a { background-color: rgb(145,19,231); }

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

<style>
 span { border-color: #9113E7; }

 span { border-color: rgb(145,19,231); }

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