#814082

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

Shades of Vivid Violet #814082

Tints of Vivid Violet #814082

Color information

#814082 (or 0x814082) is unknown color: approx Vivid Violet. HEX triplet: 81, 40 and 82. RGB value is (129,64,130). Sum of RGB (Red+Green+Blue) = 129+64+130=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #814082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814082 is #7EBF7D. Grayscale: #5A5A5A. Windows color (decimal): -8306558 or 8536193. OLE color: 8536193.

HSL color Cylindrical-coordinate representation of color #814082: hue angle of 299.09º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814082 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12964130-
CMYK0.010.5100.49
HSL299.09º34.02%38.04%-
HSV(B)299.09º50.77%50.98%-
XYZ14.929.9522.25-
YUV90.96150.03155.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=39.94%
G=19.81%
B=40.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129641300.010.5100.49299.0934.0238.04
Hex81408213303112b2226
Octal2011002021630614534246
Binary1000000110000001000001011100110110001100101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814082; }

 p { color: rgb(129,64,130); }

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

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

 a { background-color: rgb(129,64,130); }

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

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

 span { border-color: rgb(129,64,130); }

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