#813CFF

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

Shades of Blue Violet #813CFF

Tints of Blue Violet #813CFF

Color information

#813CFF (or 0x813CFF) is unknown color: approx Blue Violet. HEX triplet: 81, 3C and FF. RGB value is (129,60,255). Sum of RGB (Red+Green+Blue) = 129+60+255=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #813CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813CFF is #7EC300. Grayscale: #666666. Windows color (decimal): -8307457 or 16727169. OLE color: 16727169.

HSL color Cylindrical-coordinate representation of color #813CFF: hue angle of 261.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #813CFF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12960255-
CMYK0.490.7600
HSL261.23º100%61.76%-
HSV(B)261.23º76.47%100%-
XYZ28.7215.1296.01-
YUV102.86213.86146.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 60 (23.83% from 255) = 13.51%
BLUE value IS 255 (100% from 255) = 57.43%
R=29.05%
G=13.51%
B=57.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal129602550.490.7600261.2310061.76
Hex813CFF314C00105643e
Octal20174377611140040514476
Binary10000001111100111111111100011001100001000001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,255); }

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

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

 a { background-color: rgb(129,60,255); }

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

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

 span { border-color: rgb(129,60,255); }

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