#813EDE

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

Shades of Blue Violet #813EDE

Tints of Blue Violet #813EDE

Color information

#813EDE (or 0x813EDE) is unknown color: approx Blue Violet. HEX triplet: 81, 3E and DE. RGB value is (129,62,222). Sum of RGB (Red+Green+Blue) = 129+62+222=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #813EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EDE is #7EC121. Grayscale: #636363. Windows color (decimal): -8306978 or 14564993. OLE color: 14564993.

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

Color convert

RGB12962222-
CMYK0.420.7200.13
HSL265.12º70.8%55.69%-
HSV(B)265.12º72.07%87.06%-
XYZ23.9613.3970.43-
YUV100.27196.7148.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=31.23%
G=15.01%
B=53.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129622220.420.7200.13265.1270.855.69
Hex813EDE2A480D1094738
Octal201763365211001541110770
Binary10000001111110110111101010101001000011011000010011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,62,222); }

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

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

 a { background-color: rgb(129,62,222); }

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

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

 span { border-color: rgb(129,62,222); }

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