#813BF8

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

Shades of Blue Violet #813BF8

Tints of Blue Violet #813BF8

Color information

#813BF8 (or 0x813BF8) is unknown color: approx Blue Violet. HEX triplet: 81, 3B and F8. RGB value is (129,59,248). Sum of RGB (Red+Green+Blue) = 129+59+248=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #813BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813BF8 is #7EC407. Grayscale: #646464. Windows color (decimal): -8307720 or 16268161. OLE color: 16268161.

HSL color Cylindrical-coordinate representation of color #813BF8: hue angle of 262.22º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #813BF8 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12959248-
CMYK0.480.7600.03
HSL262.22º93.1%60.2%-
HSV(B)262.22º76.21%97.25%-
XYZ27.5614.5790.17-
YUV101.48210.69147.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 59 (23.44% from 255) = 13.53%
BLUE value IS 248 (97.27% from 255) = 56.88%
R=29.59%
G=13.53%
B=56.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal129592480.480.7600.03262.2293.160.2
Hex813BF8304C031065d3c
Octal20173370601140340613574
Binary100000011110111111100011000010011000111000001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813BF8; }

 p { color: rgb(129,59,248); }

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

<style>
 a { background-color: #813BF8; }

 a { background-color: rgb(129,59,248); }

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

<style>
 span { border-color: #813BF8; }

 span { border-color: rgb(129,59,248); }

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