Shades of Vivid Violet #80368B
Tints of Vivid Violet #80368B
RGB
CMYK
RGB Variations
Color information
#80368B (or 0x80368B) is known color: Vivid Violet. HEX triplet: 80, 36 and 8B. RGB value is (128,54,139). Sum of RGB (Red+Green+Blue) = 128+54+139=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #80368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80368B is #7FC974. Grayscale: #555555. Windows color (decimal): -8374645 or 9123456. OLE color: 9123456.
HSL color Cylindrical-coordinate representation of color #80368B: hue angle of 292.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80368B is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 54 | 139 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.45 |
| HSL | 292.24º | 0.44% | 0.38% | - |
| HSV(B) | 292.24º | 0.61% | 0.55% | - |
| XYZ | 14.88 | 9.09 | 25.4 | - |
| YUV | 85.82 | 158.02 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 139 | 0.08 | 0.61 | 0 | 0.45 | 292.24 | 0.44 | 0.38 |
| Hex | 80 | 36 | 8B | 8 | 3D | 0 | 2D | 124 | 2C | 26 |
| Octal | 200 | 66 | 213 | 10 | 75 | 0 | 55 | 444 | 54 | 46 |
| Binary | 10000000 | 110110 | 10001011 | 1000 | 111101 | 0 | 101101 | 100100100 | 101100 | 100110 |
Color Harmonies of #80368B
Complementary color
Monochromatic Colors of #80368B
Black with #80368B
Text Example
Text Example
White with #80368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80368B; }
p { color: rgb(128,54,139); }
H1.HeaderClassName
{
color: #80368B;
}
.AnyTagClassName
{
color: #80368B;
}
</style>
background-color css
<style>
a { background-color: #80368B; }
a { background-color: rgb(128,54,139); }
div.DivClassName
{
background-color: #80368B;
}
.BgClassName
{
background-color: #80368B;
}
</style>
border-color css
<style>
span { border-color: #80368B; }
span { border-color: rgb(128,54,139); }
td.TdClassName
{
border-color: #80368B;
}
.TagClassName
{
border-color: #80368B;
}
</style>