#9119E8

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

Shades of Blue Violet #9119E8

Tints of Blue Violet #9119E8

Color information

#9119E8 (or 0x9119E8) is unknown color: approx Blue Violet. HEX triplet: 91, 19 and E8. RGB value is (145,25,232). Sum of RGB (Red+Green+Blue) = 145+25+232=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #9119E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9119E8 is #6EE617. Grayscale: #535353. Windows color (decimal): -7267864 or 15210897. OLE color: 15210897.

HSL color Cylindrical-coordinate representation of color #9119E8: hue angle of 274.78º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9119E8 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14525232-
CMYK0.380.8900.09
HSL274.78º81.82%50.39%-
HSV(B)274.78º89.22%90.98%-
XYZ26.5912.5477.36-
YUV84.48211.26171.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 25 (10.16% from 255) = 6.22%
BLUE value IS 232 (91.02% from 255) = 57.71%
R=36.07%
G=6.22%
B=57.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal145252320.380.8900.09274.7881.8250.39
Hex9119E82659091135232
Octal221313504613101142312262
Binary1001000111001111010001001101011001010011000100111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9119E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9119E8; }

 p { color: rgb(145,25,232); }

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

<style>
 a { background-color: #9119E8; }

 a { background-color: rgb(145,25,232); }

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

<style>
 span { border-color: #9119E8; }

 span { border-color: rgb(145,25,232); }

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