#8316F9

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

Shades of Blue Violet #8316F9

Tints of Blue Violet #8316F9

Color information

#8316F9 (or 0x8316F9) is unknown color: approx Blue Violet. HEX triplet: 83, 16 and F9. RGB value is (131,22,249). Sum of RGB (Red+Green+Blue) = 131+22+249=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 249 (97.66% from 255 or 61.94% from 402); Max value from RGB is 249 - color contains mainly: blue. Hex color #8316F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8316F9 is #7CE906. Grayscale: #4F4F4F. Windows color (decimal): -8186119 or 16324227. OLE color: 16324227.

HSL color Cylindrical-coordinate representation of color #8316F9: hue angle of 268.81º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8316F9 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13122249-
CMYK0.470.9100.02
HSL268.81º94.98%53.14%-
HSV(B)268.81º91.16%97.65%-
XYZ26.7512.2490.58-
YUV80.47223.11164.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 22 (8.98% from 255) = 5.47%
BLUE value IS 249 (97.66% from 255) = 61.94%
R=32.59%
G=5.47%
B=61.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131222490.470.9100.02268.8194.9853.14
Hex8316F92F5B0210d5f35
Octal20326371571330241513765
Binary10000011101101111100110111110110110101000011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8316F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,22,249); }

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

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

 a { background-color: rgb(131,22,249); }

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

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

 span { border-color: rgb(131,22,249); }

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