#812EF7

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

Shades of Blue Violet #812EF7

Tints of Blue Violet #812EF7

Color information

#812EF7 (or 0x812EF7) is unknown color: approx Blue Violet. HEX triplet: 81, 2E and F7. RGB value is (129,46,247). Sum of RGB (Red+Green+Blue) = 129+46+247=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #812EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812EF7 is #7ED108. Grayscale: #5D5D5D. Windows color (decimal): -8311049 or 16199297. OLE color: 16199297.

HSL color Cylindrical-coordinate representation of color #812EF7: hue angle of 264.78º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812EF7 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12946247-
CMYK0.480.8100.03
HSL264.78º92.63%57.45%-
HSV(B)264.78º81.38%96.86%-
XYZ26.8213.3489.16-
YUV93.73214.5153.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 46 (18.36% from 255) = 10.90%
BLUE value IS 247 (96.88% from 255) = 58.53%
R=30.57%
G=10.90%
B=58.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal129462470.480.8100.03264.7892.6357.45
Hex812EF73051031095d39
Octal20156367601210341113571
Binary100000011011101111011111000010100010111000010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812EF7; }

 p { color: rgb(129,46,247); }

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

<style>
 a { background-color: #812EF7; }

 a { background-color: rgb(129,46,247); }

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

<style>
 span { border-color: #812EF7; }

 span { border-color: rgb(129,46,247); }

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