#813BE7

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

Shades of Blue Violet #813BE7

Tints of Blue Violet #813BE7

Color information

#813BE7 (or 0x813BE7) is unknown color: approx Blue Violet. HEX triplet: 81, 3B and E7. RGB value is (129,59,231). Sum of RGB (Red+Green+Blue) = 129+59+231=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #813BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813BE7 is #7EC418. Grayscale: #626262. Windows color (decimal): -8307737 or 15154049. OLE color: 15154049.

HSL color Cylindrical-coordinate representation of color #813BE7: hue angle of 264.42º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813BE7 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12959231-
CMYK0.440.7400.09
HSL264.42º78.18%56.86%-
HSV(B)264.42º74.46%90.59%-
XYZ25.0413.5676.9-
YUV99.54202.19149.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 59 (23.44% from 255) = 14.08%
BLUE value IS 231 (90.62% from 255) = 55.13%
R=30.79%
G=14.08%
B=55.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal129592310.440.7400.09264.4278.1856.86
Hex813BE72C4A091084e39
Octal201733475411201141011671
Binary10000001111011111001111011001001010010011000010001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,231); }

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

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

 a { background-color: rgb(129,59,231); }

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

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

 span { border-color: rgb(129,59,231); }

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