#814A8A

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

Shades of Vivid Violet #814A8A

Tints of Vivid Violet #814A8A

Color information

#814A8A (or 0x814A8A) is unknown color: approx Vivid Violet. HEX triplet: 81, 4A and 8A. RGB value is (129,74,138). Sum of RGB (Red+Green+Blue) = 129+74+138=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #814A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814A8A is #7EB575. Grayscale: #616161. Windows color (decimal): -8303990 or 9063041. OLE color: 9063041.

HSL color Cylindrical-coordinate representation of color #814A8A: hue angle of 291.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #814A8A is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12974138-
CMYK0.070.4600.46
HSL291.56º30.19%41.57%-
HSV(B)291.56º46.38%54.12%-
XYZ16.0911.425.4-
YUV97.74150.72150.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=37.83%
G=21.70%
B=40.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129741380.070.4600.46291.5630.1941.57
Hex814A8A72E02E1241e2a
Octal2011122127560564443652
Binary10000001100101010001010111101110010111010010010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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