#9721F4

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

Shades of Blue Violet #9721F4

Tints of Blue Violet #9721F4

Color information

#9721F4 (or 0x9721F4) is unknown color: approx Blue Violet. HEX triplet: 97, 21 and F4. RGB value is (151,33,244). Sum of RGB (Red+Green+Blue) = 151+33+244=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 244 (95.70% from 255 or 57.01% from 428); Max value from RGB is 244 - color contains mainly: blue. Hex color #9721F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9721F4 is #68DE0B. Grayscale: #5B5B5B. Windows color (decimal): -6872588 or 15999383. OLE color: 15999383.

HSL color Cylindrical-coordinate representation of color #9721F4: hue angle of 273.55º 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 #9721F4 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15133244-
CMYK0.380.8600.04
HSL273.55º90.56%54.31%-
HSV(B)273.55º86.48%95.69%-
XYZ29.6414.286.77-
YUV92.34213.59169.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 33 (13.28% from 255) = 7.71%
BLUE value IS 244 (95.70% from 255) = 57.01%
R=35.28%
G=7.71%
B=57.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal151332440.380.8600.04273.5590.5654.31
Hex9721F42656041125b36
Octal22741364461260442213366
Binary1001011110000111110100100110101011001001000100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9721F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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