#813FF5

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

Shades of Blue Violet #813FF5

Tints of Blue Violet #813FF5

Color information

#813FF5 (or 0x813FF5) is unknown color: approx Blue Violet. HEX triplet: 81, 3F and F5. RGB value is (129,63,245). Sum of RGB (Red+Green+Blue) = 129+63+245=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #813FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FF5 is #7EC00A. Grayscale: #666666. Windows color (decimal): -8306699 or 16072577. OLE color: 16072577.

HSL color Cylindrical-coordinate representation of color #813FF5: hue angle of 261.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813FF5 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12963245-
CMYK0.470.7400.04
HSL261.76º90.1%60.39%-
HSV(B)261.76º74.29%96.08%-
XYZ27.3114.8187.81-
YUV103.48207.87146.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 63 (25% from 255) = 14.42%
BLUE value IS 245 (96.09% from 255) = 56.06%
R=29.52%
G=14.42%
B=56.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal129632450.470.7400.04261.7690.160.39
Hex813FF52F4A041065a3c
Octal20177365571120440613274
Binary1000000111111111110101101111100101001001000001101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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