#80398B

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

Shades of Vivid Violet #80398B

Tints of Vivid Violet #80398B

Color information

#80398B (or 0x80398B) is unknown color: approx Vivid Violet. HEX triplet: 80, 39 and 8B. RGB value is (128,57,139). Sum of RGB (Red+Green+Blue) = 128+57+139=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #80398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80398B is #7FC674. Grayscale: #575757. Windows color (decimal): -8373877 or 9124224. OLE color: 9124224.

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

Color convert

RGB12857139-
CMYK0.080.5900.45
HSL291.95º41.84%38.43%-
HSV(B)291.95º58.99%54.51%-
XYZ15.039.3825.44-
YUV87.58157.02156.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=39.51%
G=17.59%
B=42.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128571390.080.5900.45291.9541.8438.43
Hex80398B83B02D1242a26
Octal2007121310730554445246
Binary100000001110011000101110001110110101101100100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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