#813BD6

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

Shades of Blue Violet #813BD6

Tints of Blue Violet #813BD6

Color information

#813BD6 (or 0x813BD6) is unknown color: approx Blue Violet. HEX triplet: 81, 3B and D6. RGB value is (129,59,214). Sum of RGB (Red+Green+Blue) = 129+59+214=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #813BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BD6 is #7EC429. Grayscale: #616161. Windows color (decimal): -8307754 or 14039937. OLE color: 14039937.

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

Color convert

RGB12959214-
CMYK0.400.7200.16
HSL267.1º65.4%53.53%-
HSV(B)267.1º72.43%83.92%-
XYZ22.7512.6564.86-
YUV97.6193.69150.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 214 (83.98% from 255) = 53.23%
R=32.09%
G=14.68%
B=53.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129592140.400.7200.16267.165.453.53
Hex813BD6284801010b4136
Octal201733265011002041310166
Binary100000011110111101011010100010010000100001000010111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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