#814394

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

Shades of Vivid Violet #814394

Tints of Vivid Violet #814394

Color information

#814394 (or 0x814394) is unknown color: approx Vivid Violet. HEX triplet: 81, 43 and 94. RGB value is (129,67,148). Sum of RGB (Red+Green+Blue) = 129+67+148=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #814394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814394 is #7EBC6B. Grayscale: #5E5E5E. Windows color (decimal): -8305772 or 9716609. OLE color: 9716609.

HSL color Cylindrical-coordinate representation of color #814394: hue angle of 285.93º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814394 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12967148-
CMYK0.130.5500.42
HSL285.93º37.67%42.16%-
HSV(B)285.93º54.73%58.04%-
XYZ16.4110.8229.24-
YUV94.77158.04152.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=37.5%
G=19.48%
B=43.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129671480.130.5500.42285.9337.6742.16
Hex814394D3702A11e262a
Octal20110322415670524364652
Binary1000000110000111001010011011101110101010100011110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814394; }

 p { color: rgb(129,67,148); }

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

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

 a { background-color: rgb(129,67,148); }

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

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

 span { border-color: rgb(129,67,148); }

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