#8315FA

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

Shades of Blue Violet #8315FA

Tints of Blue Violet #8315FA

Color information

#8315FA (or 0x8315FA) is unknown color: approx Blue Violet. HEX triplet: 83, 15 and FA. RGB value is (131,21,250). Sum of RGB (Red+Green+Blue) = 131+21+250=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #8315FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8315FA is #7CEA05. Grayscale: #4F4F4F. Windows color (decimal): -8186374 or 16389507. OLE color: 16389507.

HSL color Cylindrical-coordinate representation of color #8315FA: hue angle of 268.82º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8315FA is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13121250-
CMYK0.480.9200.02
HSL268.82º95.82%53.14%-
HSV(B)268.82º91.6%98.04%-
XYZ26.8812.2691.39-
YUV80223.94164.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 21 (8.59% from 255) = 5.22%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=32.59%
G=5.22%
B=62.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131212500.480.9200.02268.8295.8253.14
Hex8315FA305C0210d6035
Octal20325372601340241514065
Binary10000011101011111101011000010111000101000011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8315FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8315FA; }

 p { color: rgb(131,21,250); }

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

<style>
 a { background-color: #8315FA; }

 a { background-color: rgb(131,21,250); }

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

<style>
 span { border-color: #8315FA; }

 span { border-color: rgb(131,21,250); }

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