#804481

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

Shades of Vivid Violet #804481

Tints of Vivid Violet #804481

Color information

#804481 (or 0x804481) is unknown color: approx Vivid Violet. HEX triplet: 80, 44 and 81. RGB value is (128,68,129). Sum of RGB (Red+Green+Blue) = 128+68+129=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: blue. Hex color #804481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804481 is #7FBB7E. Grayscale: #5C5C5C. Windows color (decimal): -8371071 or 8471680. OLE color: 8471680.

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

Color convert

RGB12868129-
CMYK0.010.4700.49
HSL299.02º30.96%38.63%-
HSV(B)299.02º47.29%50.59%-
XYZ14.9310.3121.97-
YUV92.89148.38153.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=39.38%
G=20.92%
B=39.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128681290.010.4700.49299.0230.9638.63
Hex80448112F03112b1f27
Octal2001042011570614533747
Binary100000001000100100000011101111011000110010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804481; }

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

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

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

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

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

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

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

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