#813AF9

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

Shades of Blue Violet #813AF9

Tints of Blue Violet #813AF9

Color information

#813AF9 (or 0x813AF9) is unknown color: approx Blue Violet. HEX triplet: 81, 3A and F9. RGB value is (129,58,249). Sum of RGB (Red+Green+Blue) = 129+58+249=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #813AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813AF9 is #7EC506. Grayscale: #646464. Windows color (decimal): -8307975 or 16333441. OLE color: 16333441.

HSL color Cylindrical-coordinate representation of color #813AF9: hue angle of 262.3º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #813AF9 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12958249-
CMYK0.480.7700.02
HSL262.3º94.09%60.2%-
HSV(B)262.3º76.71%97.65%-
XYZ27.6714.5390.97-
YUV101211.52147.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 249 (97.66% from 255) = 57.11%
R=29.59%
G=13.30%
B=57.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129582490.480.7700.02262.394.0960.2
Hex813AF9304D021065e3c
Octal20172371601150240613674
Binary100000011110101111100111000010011010101000001101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,249); }

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

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

 a { background-color: rgb(129,58,249); }

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

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

 span { border-color: rgb(129,58,249); }

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