#814083

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

Shades of Vivid Violet #814083

Tints of Vivid Violet #814083

Color information

#814083 (or 0x814083) is unknown color: approx Vivid Violet. HEX triplet: 81, 40 and 83. RGB value is (129,64,131). Sum of RGB (Red+Green+Blue) = 129+64+131=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #814083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814083 is #7EBF7C. Grayscale: #5A5A5A. Windows color (decimal): -8306557 or 8601729. OLE color: 8601729.

HSL color Cylindrical-coordinate representation of color #814083: hue angle of 298.21º 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 #814083 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12964131-
CMYK0.020.5100.49
HSL298.21º34.36%38.24%-
HSV(B)298.21º51.15%51.37%-
XYZ14.989.9722.61-
YUV91.07150.53155.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=39.81%
G=19.75%
B=40.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129641310.020.5100.49298.2134.3638.24
Hex81408323303112a2226
Octal2011002032630614524246
Binary10000001100000010000011101100110110001100101010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814083; }

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

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

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

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

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

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

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

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