#814297

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

Shades of Vivid Violet #814297

Tints of Vivid Violet #814297

Color information

#814297 (or 0x814297) is unknown color: approx Vivid Violet. HEX triplet: 81, 42 and 97. RGB value is (129,66,151). Sum of RGB (Red+Green+Blue) = 129+66+151=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #814297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814297 is #7EBD68. Grayscale: #5E5E5E. Windows color (decimal): -8306025 or 9912961. OLE color: 9912961.

HSL color Cylindrical-coordinate representation of color #814297: hue angle of 284.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814297 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12966151-
CMYK0.150.5600.41
HSL284.47º39.17%42.55%-
HSV(B)284.47º56.29%59.22%-
XYZ16.5910.830.49-
YUV94.53159.87152.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=37.28%
G=19.08%
B=43.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129661510.150.5600.41284.4739.1742.55
Hex814297F3802911c272b
Octal20110222717700514344753
Binary1000000110000101001011111111110000101001100011100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814297; }

 p { color: rgb(129,66,151); }

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

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

 a { background-color: rgb(129,66,151); }

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

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

 span { border-color: rgb(129,66,151); }

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