#80488E

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

Shades of Vivid Violet #80488E

Tints of Vivid Violet #80488E

Color information

#80488E (or 0x80488E) is unknown color: approx Vivid Violet. HEX triplet: 80, 48 and 8E. RGB value is (128,72,142). Sum of RGB (Red+Green+Blue) = 128+72+142=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #80488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80488E is #7FB771. Grayscale: #606060. Windows color (decimal): -8370034 or 9324672. OLE color: 9324672.

HSL color Cylindrical-coordinate representation of color #80488E: hue angle of 288º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80488E is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12872142-
CMYK0.100.4900.44
HSL288º32.71%41.96%-
HSV(B)288º49.3%55.69%-
XYZ16.111.1826.9-
YUV96.72153.55150.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=37.43%
G=21.05%
B=41.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128721420.100.4900.4428832.7141.96
Hex80488EA3102C120212a
Octal20011021612610544404152
Binary1000000010010001000111010101100010101100100100000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80488E; }

 p { color: rgb(128,72,142); }

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

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

 a { background-color: rgb(128,72,142); }

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

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

 span { border-color: rgb(128,72,142); }

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