#813BDF

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

Shades of Blue Violet #813BDF

Tints of Blue Violet #813BDF

Color information

#813BDF (or 0x813BDF) is unknown color: approx Blue Violet. HEX triplet: 81, 3B and DF. RGB value is (129,59,223). Sum of RGB (Red+Green+Blue) = 129+59+223=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #813BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BDF is #7EC420. Grayscale: #626262. Windows color (decimal): -8307745 or 14629761. OLE color: 14629761.

HSL color Cylindrical-coordinate representation of color #813BDF: hue angle of 265.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813BDF is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12959223-
CMYK0.420.7400.13
HSL265.61º71.93%55.29%-
HSV(B)265.61º73.54%87.45%-
XYZ23.9413.1271.08-
YUV98.63198.19149.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 223 (87.5% from 255) = 54.26%
R=31.39%
G=14.36%
B=54.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129592230.420.7400.13265.6171.9355.29
Hex813BDF2A4A0D10a4837
Octal201733375211201541211067
Binary10000001111011110111111010101001010011011000010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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