#813bd7

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

Shades of Blue Violet #813BD7

Tints of Blue Violet #813BD7

Color information

#813BD7 (or 0x813BD7) is unknown color: approx Blue Violet. HEX triplet: 81, 3B and D7. RGB value is (129,59,215). Sum of RGB (Red+Green+Blue) = 129+59+215=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #813BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BD7 is #7EC428. Grayscale: #616161. Windows color (decimal): -8307753 or 14105473. OLE color: 14105473.

HSL color Cylindrical-coordinate representation of color #813BD7: hue angle of 266.92º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813BD7 is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12959215-
CMYK0.40.7300.16
HSL266.92º66.1%53.73%-
HSV(B)266.92º72.56%84.31%-
XYZ22.8812.765.54-
YUV97.71194.19150.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=32.01%
G=14.64%
B=53.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129592150.40.7300.16266.9266.153.73
Hex813BD7284901010b4236
Octal201733275011102041310266
Binary100000011110111101011110100010010010100001000010111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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