#813FD0

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

Shades of Blue Violet #813FD0

Tints of Blue Violet #813FD0

Color information

#813FD0 (or 0x813FD0) is unknown color: approx Blue Violet. HEX triplet: 81, 3F and D0. RGB value is (129,63,208). Sum of RGB (Red+Green+Blue) = 129+63+208=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #813FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FD0 is #7EC02F. Grayscale: #626262. Windows color (decimal): -8306736 or 13647745. OLE color: 13647745.

HSL color Cylindrical-coordinate representation of color #813FD0: hue angle of 267.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813FD0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12963208-
CMYK0.380.7000.18
HSL267.31º60.67%53.14%-
HSV(B)267.31º69.71%81.57%-
XYZ22.2212.7860.97-
YUV99.26189.37149.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 208 (81.64% from 255) = 52%
R=32.25%
G=15.75%
B=52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129632080.380.7000.18267.3160.6753.14
Hex813FD0264601210b3d35
Octal20177320461060224137565
Binary10000001111111110100001001101000110010010100001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,63,208); }

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

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

 a { background-color: rgb(129,63,208); }

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

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

 span { border-color: rgb(129,63,208); }

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