#9121F4

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

Shades of Blue Violet #9121F4

Tints of Blue Violet #9121F4

Color information

#9121F4 (or 0x9121F4) is unknown color: approx Blue Violet. HEX triplet: 91, 21 and F4. RGB value is (145,33,244). Sum of RGB (Red+Green+Blue) = 145+33+244=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 244 (95.70% from 255 or 57.82% from 422); Max value from RGB is 244 - color contains mainly: blue. Hex color #9121F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9121F4 is #6EDE0B. Grayscale: #595959. Windows color (decimal): -7265804 or 15999377. OLE color: 15999377.

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

Color convert

RGB14533244-
CMYK0.410.8600.04
HSL271.85º90.56%54.31%-
HSV(B)271.85º86.48%95.69%-
XYZ28.5513.6486.72-
YUV90.54214.61166.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 33 (13.28% from 255) = 7.82%
BLUE value IS 244 (95.70% from 255) = 57.82%
R=34.36%
G=7.82%
B=57.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal145332440.410.8600.04271.8590.5654.31
Hex9121F42956041105b36
Octal22141364511260442013366
Binary1001000110000111110100101001101011001001000100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9121F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9121F4; }

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

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

<style>
 a { background-color: #9121F4; }

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

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

<style>
 span { border-color: #9121F4; }

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

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