#804483

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

Shades of Vivid Violet #804483

Tints of Vivid Violet #804483

Color information

#804483 (or 0x804483) is unknown color: approx Vivid Violet. HEX triplet: 80, 44 and 83. RGB value is (128,68,131). Sum of RGB (Red+Green+Blue) = 128+68+131=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #804483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804483 is #7FBB7C. Grayscale: #5C5C5C. Windows color (decimal): -8371069 or 8602752. OLE color: 8602752.

HSL color Cylindrical-coordinate representation of color #804483: hue angle of 297.14º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804483 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12868131-
CMYK0.020.4800.49
HSL297.14º31.66%39.02%-
HSV(B)297.14º48.09%51.37%-
XYZ15.0710.3622.68-
YUV93.12149.38152.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=39.14%
G=20.80%
B=40.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128681310.020.4800.49297.1431.6639.02
Hex8044832300311292027
Octal2001042032600614514047
Binary10000000100010010000011101100000110001100101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804483; }

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

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

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

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

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

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

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

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