#9720F1

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

Shades of Blue Violet #9720F1

Tints of Blue Violet #9720F1

Color information

#9720F1 (or 0x9720F1) is unknown color: approx Blue Violet. HEX triplet: 97, 20 and F1. RGB value is (151,32,241). Sum of RGB (Red+Green+Blue) = 151+32+241=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #9720F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9720F1 is #68DF0E. Grayscale: #5A5A5A. Windows color (decimal): -6872847 or 15802519. OLE color: 15802519.

HSL color Cylindrical-coordinate representation of color #9720F1: hue angle of 274.16º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9720F1 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15132241-
CMYK0.370.8700.05
HSL274.16º88.19%53.53%-
HSV(B)274.16º86.72%94.51%-
XYZ29.1613.9684.38-
YUV91.41212.42170.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 32 (12.89% from 255) = 7.55%
BLUE value IS 241 (94.53% from 255) = 56.84%
R=35.61%
G=7.55%
B=56.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151322410.370.8700.05274.1688.1953.53
Hex9720F12557051125836
Octal22740361451270542213066
Binary1001011110000011110001100101101011101011000100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9720F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9720F1; }

 p { color: rgb(151,32,241); }

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

<style>
 a { background-color: #9720F1; }

 a { background-color: rgb(151,32,241); }

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

<style>
 span { border-color: #9720F1; }

 span { border-color: rgb(151,32,241); }

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