Shades of Vivid Violet #80369B
Tints of Vivid Violet #80369B
RGB
CMYK
RGB Variations
Color information
#80369B (or 0x80369B) is known color: Vivid Violet. HEX triplet: 80, 36 and 9B. RGB value is (128,54,155). Sum of RGB (Red+Green+Blue) = 128+54+155=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #80369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80369B is #7FC964. Grayscale: #575757. Windows color (decimal): -8374629 or 10172032. OLE color: 10172032.
HSL color Cylindrical-coordinate representation of color #80369B: hue angle of 283.96º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80369B is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 54 | 155 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.39 |
| HSL | 283.96º | 0.48% | 0.41% | - |
| HSV(B) | 283.96º | 0.65% | 0.61% | - |
| XYZ | 16.14 | 9.59 | 32.01 | - |
| YUV | 87.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 155 | 0.17 | 0.65 | 0 | 0.39 | 283.96 | 0.48 | 0.41 |
| Hex | 80 | 36 | 9B | 11 | 41 | 0 | 27 | 11C | 30 | 29 |
| Octal | 200 | 66 | 233 | 21 | 101 | 0 | 47 | 434 | 60 | 51 |
| Binary | 10000000 | 110110 | 10011011 | 10001 | 1000001 | 0 | 100111 | 100011100 | 110000 | 101001 |
Color Harmonies of #80369B
Complementary color
Monochromatic Colors of #80369B
Black with #80369B
Text Example
Text Example
White with #80369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80369B; }
p { color: rgb(128,54,155); }
H1.HeaderClassName
{
color: #80369B;
}
.AnyTagClassName
{
color: #80369B;
}
</style>
background-color css
<style>
a { background-color: #80369B; }
a { background-color: rgb(128,54,155); }
div.DivClassName
{
background-color: #80369B;
}
.BgClassName
{
background-color: #80369B;
}
</style>
border-color css
<style>
span { border-color: #80369B; }
span { border-color: rgb(128,54,155); }
td.TdClassName
{
border-color: #80369B;
}
.TagClassName
{
border-color: #80369B;
}
</style>