#9716F8

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

Shades of Blue Violet #9716F8

Tints of Blue Violet #9716F8

Color information

#9716F8 (or 0x9716F8) is unknown color: approx Blue Violet. HEX triplet: 97, 16 and F8. RGB value is (151,22,248). Sum of RGB (Red+Green+Blue) = 151+22+248=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #9716F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9716F8 is #68E907. Grayscale: #555555. Windows color (decimal): -6875400 or 16258711. OLE color: 16258711.

HSL color Cylindrical-coordinate representation of color #9716F8: hue angle of 274.25º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9716F8 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15122248-
CMYK0.390.9100.03
HSL274.25º94.17%52.94%-
HSV(B)274.25º91.13%97.25%-
XYZ29.9913.9389.91-
YUV86.34219.24174.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 22 (8.98% from 255) = 5.23%
BLUE value IS 248 (97.27% from 255) = 58.91%
R=35.87%
G=5.23%
B=58.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal151222480.390.9100.03274.2594.1752.94
Hex9716F8275B031125e35
Octal22726370471330342213665
Binary10010111101101111100010011110110110111000100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9716F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9716F8; }

 p { color: rgb(151,22,248); }

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

<style>
 a { background-color: #9716F8; }

 a { background-color: rgb(151,22,248); }

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

<style>
 span { border-color: #9716F8; }

 span { border-color: rgb(151,22,248); }

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