#911ef4

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

Shades of Blue Violet #911EF4

Tints of Blue Violet #911EF4

Color information

#911EF4 (or 0x911EF4) is unknown color: approx Blue Violet. HEX triplet: 91, 1E and F4. RGB value is (145,30,244). Sum of RGB (Red+Green+Blue) = 145+30+244=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #911EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #911EF4 is #6EE10B. Grayscale: #585858. Windows color (decimal): -7266572 or 15998609. OLE color: 15998609.

HSL color Cylindrical-coordinate representation of color #911EF4: hue angle of 272.24º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911EF4 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14530244-
CMYK0.410.8800.04
HSL272.24º90.68%53.73%-
HSV(B)272.24º87.7%95.69%-
XYZ28.4713.4886.69-
YUV88.78215.6168.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 30 (12.11% from 255) = 7.16%
BLUE value IS 244 (95.70% from 255) = 58.23%
R=34.61%
G=7.16%
B=58.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal145302440.410.8800.04272.2490.6853.73
Hex911EF42958041105b36
Octal22136364511300442013366
Binary100100011111011110100101001101100001001000100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911ef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911ef4; }

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

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

<style>
 a { background-color: #911ef4; }

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

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

<style>
 span { border-color: #911ef4; }

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

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