#814794

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

Shades of Vivid Violet #814794

Tints of Vivid Violet #814794

Color information

#814794 (or 0x814794) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 94. RGB value is (129,71,148). Sum of RGB (Red+Green+Blue) = 129+71+148=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #814794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814794 is #7EB86B. Grayscale: #606060. Windows color (decimal): -8304748 or 9717633. OLE color: 9717633.

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

Color convert

RGB12971148-
CMYK0.130.5200.42
HSL285.19º35.16%42.94%-
HSV(B)285.19º52.03%58.04%-
XYZ16.6511.3129.32-
YUV97.12156.72150.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=37.07%
G=20.40%
B=42.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129711480.130.5200.42285.1935.1642.94
Hex814794D3402A11d232b
Octal20110722415640524354353
Binary1000000110001111001010011011101000101010100011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814794; }

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

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

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

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

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

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

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

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