#9719F9

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

Shades of Blue Violet #9719F9

Tints of Blue Violet #9719F9

Color information

#9719F9 (or 0x9719F9) is unknown color: approx Blue Violet. HEX triplet: 97, 19 and F9. RGB value is (151,25,249). Sum of RGB (Red+Green+Blue) = 151+25+249=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #9719F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9719F9 is #68E606. Grayscale: #575757. Windows color (decimal): -6874631 or 16325015. OLE color: 16325015.

HSL color Cylindrical-coordinate representation of color #9719F9: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9719F9 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15125249-
CMYK0.390.9000.02
HSL273.75º94.92%53.73%-
HSV(B)273.75º89.96%97.65%-
XYZ30.2114.1190.75-
YUV88.21218.74172.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 25 (10.16% from 255) = 5.88%
BLUE value IS 249 (97.66% from 255) = 58.59%
R=35.53%
G=5.88%
B=58.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151252490.390.9000.02273.7594.9253.73
Hex9719F9275A021125f36
Octal22731371471320242213766
Binary10010111110011111100110011110110100101000100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9719F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9719F9; }

 p { color: rgb(151,25,249); }

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

<style>
 a { background-color: #9719F9; }

 a { background-color: rgb(151,25,249); }

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

<style>
 span { border-color: #9719F9; }

 span { border-color: rgb(151,25,249); }

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