#813DFF

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

Shades of Blue Violet #813DFF

Tints of Blue Violet #813DFF

Color information

#813DFF (or 0x813DFF) is unknown color: approx Blue Violet. HEX triplet: 81, 3D and FF. RGB value is (129,61,255). Sum of RGB (Red+Green+Blue) = 129+61+255=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #813DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813DFF is #7EC200. Grayscale: #666666. Windows color (decimal): -8307201 or 16727425. OLE color: 16727425.

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

Color convert

RGB12961255-
CMYK0.490.7600
HSL261.03º100%61.96%-
HSV(B)261.03º76.08%100%-
XYZ28.7715.2296.03-
YUV103.45213.53146.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 61 (24.22% from 255) = 13.71%
BLUE value IS 255 (100% from 255) = 57.30%
R=28.99%
G=13.71%
B=57.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal129612550.490.7600261.0310061.96
Hex813DFF314C00105643e
Octal20175377611140040514476
Binary10000001111101111111111100011001100001000001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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