#813DE8

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

Shades of Blue Violet #813DE8

Tints of Blue Violet #813DE8

Color information

#813DE8 (or 0x813DE8) is unknown color: approx Blue Violet. HEX triplet: 81, 3D and E8. RGB value is (129,61,232). Sum of RGB (Red+Green+Blue) = 129+61+232=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #813DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813DE8 is #7EC217. Grayscale: #646464. Windows color (decimal): -8307224 or 15220097. OLE color: 15220097.

HSL color Cylindrical-coordinate representation of color #813DE8: hue angle of 263.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813DE8 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12961232-
CMYK0.440.7400.09
HSL263.86º78.8%57.45%-
HSV(B)263.86º73.71%90.98%-
XYZ25.2913.8377.68-
YUV100.83202.03148.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 61 (24.22% from 255) = 14.45%
BLUE value IS 232 (91.02% from 255) = 54.98%
R=30.57%
G=14.45%
B=54.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal129612320.440.7400.09263.8678.857.45
Hex813DE82C4A091084f39
Octal201753505411201141011771
Binary10000001111101111010001011001001010010011000010001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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