#812EFE

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

Shades of Blue Violet #812EFE

Tints of Blue Violet #812EFE

Color information

#812EFE (or 0x812EFE) is unknown color: approx Blue Violet. HEX triplet: 81, 2E and FE. RGB value is (129,46,254). Sum of RGB (Red+Green+Blue) = 129+46+254=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #812EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812EFE is #7ED101. Grayscale: #5D5D5D. Windows color (decimal): -8311042 or 16658049. OLE color: 16658049.

HSL color Cylindrical-coordinate representation of color #812EFE: hue angle of 263.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #812EFE is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12946254-
CMYK0.490.8200.00
HSL263.94º99.05%58.82%-
HSV(B)263.94º81.89%99.61%-
XYZ27.9213.7894.95-
YUV94.53218152.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 46 (18.36% from 255) = 10.72%
BLUE value IS 254 (99.61% from 255) = 59.21%
R=30.07%
G=10.72%
B=59.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal129462540.490.8200.00263.9499.0558.82
Hex812EFE315200108633b
Octal20156376611220041014373
Binary10000001101110111111101100011010010001000010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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