#813FFF

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

Shades of Blue Violet #813FFF

Tints of Blue Violet #813FFF

Color information

#813FFF (or 0x813FFF) is unknown color: approx Blue Violet. HEX triplet: 81, 3F and FF. RGB value is (129,63,255). Sum of RGB (Red+Green+Blue) = 129+63+255=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #813FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FFF is #7EC000. Grayscale: #676767. Windows color (decimal): -8306689 or 16727937. OLE color: 16727937.

HSL color Cylindrical-coordinate representation of color #813FFF: hue angle of 260.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813FFF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12963255-
CMYK0.490.7500
HSL260.62º100%62.35%-
HSV(B)260.62º75.29%100%-
XYZ28.8815.4496.07-
YUV104.62212.87145.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 63 (25% from 255) = 14.09%
BLUE value IS 255 (100% from 255) = 57.05%
R=28.86%
G=14.09%
B=57.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal129632550.490.7500260.6210062.35
Hex813FFF314B00105643e
Octal20177377611130040514476
Binary10000001111111111111111100011001011001000001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,63,255); }

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

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

 a { background-color: rgb(129,63,255); }

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

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

 span { border-color: rgb(129,63,255); }

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