#814A8E

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

Shades of Vivid Violet #814A8E

Tints of Vivid Violet #814A8E

Color information

#814A8E (or 0x814A8E) is unknown color: approx Vivid Violet. HEX triplet: 81, 4A and 8E. RGB value is (129,74,142). Sum of RGB (Red+Green+Blue) = 129+74+142=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #814A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814A8E is #7EB571. Grayscale: #616161. Windows color (decimal): -8303986 or 9325185. OLE color: 9325185.

HSL color Cylindrical-coordinate representation of color #814A8E: hue angle of 288.53º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814A8E is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12974142-
CMYK0.090.4800.44
HSL288.53º31.48%42.35%-
HSV(B)288.53º47.89%55.69%-
XYZ16.3811.5226.95-
YUV98.2152.72149.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=37.39%
G=21.45%
B=41.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129741420.090.4800.44288.5331.4842.35
Hex814A8E93002C1211f2a
Octal20111221611600544413752
Binary100000011001010100011101001110000010110010010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A8E; }

 p { color: rgb(129,74,142); }

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

<style>
 a { background-color: #814A8E; }

 a { background-color: rgb(129,74,142); }

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

<style>
 span { border-color: #814A8E; }

 span { border-color: rgb(129,74,142); }

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