#811CAE

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

Shades of Vivid Violet #811CAE

Tints of Vivid Violet #811CAE

Color information

#811CAE (or 0x811CAE) is unknown color: approx Vivid Violet. HEX triplet: 81, 1C and AE. RGB value is (129,28,174). Sum of RGB (Red+Green+Blue) = 129+28+174=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #811CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811CAE is #7EE351. Grayscale: #4A4A4A. Windows color (decimal): -8315730 or 11410561. OLE color: 11410561.

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

Color convert

RGB12928174-
CMYK0.260.8400.32
HSL281.51º72.28%39.61%-
HSV(B)281.51º83.91%68.24%-
XYZ17.118.5540.79-
YUV74.84183.96166.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=38.97%
G=8.46%
B=52.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129281740.260.8400.32281.5172.2839.61
Hex811CAE1A5402011a4828
Octal201342563212404043211050
Binary10000001111001010111011010101010001000001000110101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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