#80399E

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

Shades of Vivid Violet #80399E

Tints of Vivid Violet #80399E

Color information

#80399E (or 0x80399E) is unknown color: approx Vivid Violet. HEX triplet: 80, 39 and 9E. RGB value is (128,57,158). Sum of RGB (Red+Green+Blue) = 128+57+158=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #80399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80399E is #7FC661. Grayscale: #595959. Windows color (decimal): -8373858 or 10369408. OLE color: 10369408.

HSL color Cylindrical-coordinate representation of color #80399E: hue angle of 282.18º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80399E is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12857158-
CMYK0.190.6400.38
HSL282.18º46.98%42.16%-
HSV(B)282.18º63.92%61.96%-
XYZ16.549.9833.4-
YUV89.74166.52155.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=37.32%
G=16.62%
B=46.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128571580.190.6400.38282.1846.9842.16
Hex80399E134002611a2f2a
Octal20071236231000464325752
Binary10000000111001100111101001110000000100110100011010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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