#813FF1

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

Shades of Blue Violet #813FF1

Tints of Blue Violet #813FF1

Color information

#813FF1 (or 0x813FF1) is unknown color: approx Blue Violet. HEX triplet: 81, 3F and F1. RGB value is (129,63,241). Sum of RGB (Red+Green+Blue) = 129+63+241=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #813FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FF1 is #7EC00E. Grayscale: #666666. Windows color (decimal): -8306703 or 15810433. OLE color: 15810433.

HSL color Cylindrical-coordinate representation of color #813FF1: hue angle of 262.25º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813FF1 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12963241-
CMYK0.460.7400.05
HSL262.25º86.41%59.61%-
HSV(B)262.25º73.86%94.51%-
XYZ26.7114.5784.62-
YUV103.03205.87146.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.79%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 241 (94.53% from 255) = 55.66%
R=29.79%
G=14.55%
B=55.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129632410.460.7400.05262.2586.4159.61
Hex813FF12E4A05106563c
Octal20177361561120540612674
Binary1000000111111111110001101110100101001011000001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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