#80398A

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

Shades of Vivid Violet #80398A

Tints of Vivid Violet #80398A

Color information

#80398A (or 0x80398A) is unknown color: approx Vivid Violet. HEX triplet: 80, 39 and 8A. RGB value is (128,57,138). Sum of RGB (Red+Green+Blue) = 128+57+138=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #80398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80398A is #7FC675. Grayscale: #575757. Windows color (decimal): -8373878 or 9058688. OLE color: 9058688.

HSL color Cylindrical-coordinate representation of color #80398A: hue angle of 292.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80398A is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12857138-
CMYK0.070.5900.46
HSL292.59º41.54%38.24%-
HSV(B)292.59º58.7%54.12%-
XYZ14.959.3525.06-
YUV87.46156.52156.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=39.63%
G=17.65%
B=42.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128571380.070.5900.46292.5941.5438.24
Hex80398A73B02E1252a26
Octal200712127730564455246
Binary10000000111001100010101111110110101110100100101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80398A; }

 p { color: rgb(128,57,138); }

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

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

 a { background-color: rgb(128,57,138); }

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

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

 span { border-color: rgb(128,57,138); }

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