#813DDB

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

Shades of Blue Violet #813DDB

Tints of Blue Violet #813DDB

Color information

#813DDB (or 0x813DDB) is unknown color: approx Blue Violet. HEX triplet: 81, 3D and DB. RGB value is (129,61,219). Sum of RGB (Red+Green+Blue) = 129+61+219=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #813DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DDB is #7EC224. Grayscale: #626262. Windows color (decimal): -8307237 or 14368129. OLE color: 14368129.

HSL color Cylindrical-coordinate representation of color #813DDB: hue angle of 265.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813DDB is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12961219-
CMYK0.410.7200.14
HSL265.82º68.7%54.9%-
HSV(B)265.82º72.15%85.88%-
XYZ23.5113.1268.31-
YUV99.34195.53149.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=31.54%
G=14.91%
B=53.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129612190.410.7200.14265.8268.754.9
Hex813DDB29480E10a4537
Octal201753335111001641210567
Binary10000001111101110110111010011001000011101000010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,61,219); }

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

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

 a { background-color: rgb(129,61,219); }

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

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

 span { border-color: rgb(129,61,219); }

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