#804083

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

Shades of Vivid Violet #804083

Tints of Vivid Violet #804083

Color information

#804083 (or 0x804083) is unknown color: approx Vivid Violet. HEX triplet: 80, 40 and 83. RGB value is (128,64,131). Sum of RGB (Red+Green+Blue) = 128+64+131=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #804083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804083 is #7FBF7C. Grayscale: #5A5A5A. Windows color (decimal): -8372093 or 8601728. OLE color: 8601728.

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

Color convert

RGB12864131-
CMYK0.020.5100.49
HSL297.31º34.36%38.24%-
HSV(B)297.31º51.15%51.37%-
XYZ14.839.8922.6-
YUV90.77150.7154.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=39.63%
G=19.81%
B=40.56%

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
Decimal128641310.020.5100.49297.3134.3638.24
Hex8040832330311292226
Octal2001002032630614514246
Binary10000000100000010000011101100110110001100101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804083; }

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

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

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

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

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

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

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

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