#811EAE

Color #811EAE Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #811EAE

Tints of Vivid Violet #811EAE

Color information

#811EAE (or 0x811EAE) is unknown color: approx Vivid Violet. HEX triplet: 81, 1E and AE. RGB value is (129,30,174). Sum of RGB (Red+Green+Blue) = 129+30+174=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #811EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811EAE is #7EE151. Grayscale: #4B4B4B. Windows color (decimal): -8315218 or 11411073. OLE color: 11411073.

HSL color Cylindrical-coordinate representation of color #811EAE: hue angle of 281.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811EAE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12930174-
CMYK0.260.8300.32
HSL281.25º70.59%40%-
HSV(B)281.25º82.76%68.24%-
XYZ17.168.6540.81-
YUV76.02183.3165.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=38.74%
G=9.01%
B=52.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129301740.260.8300.32281.2570.5940
Hex811EAE1A530201194728
Octal201362563212304043110750
Binary10000001111101010111011010101001101000001000110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811EAE; }

 p { color: rgb(129,30,174); }

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

<style>
 a { background-color: #811EAE; }

 a { background-color: rgb(129,30,174); }

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

<style>
 span { border-color: #811EAE; }

 span { border-color: rgb(129,30,174); }

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