Shades of Vivid Violet #80358B
Tints of Vivid Violet #80358B
RGB
CMYK
RGB Variations
Color information
#80358B (or 0x80358B) is known color: Vivid Violet. HEX triplet: 80, 35 and 8B. RGB value is (128,53,139). Sum of RGB (Red+Green+Blue) = 128+53+139=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #80358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80358B is #7FCA74. Grayscale: #545454. Windows color (decimal): -8374901 or 9123200. OLE color: 9123200.
HSL color Cylindrical-coordinate representation of color #80358B: hue angle of 292.33º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80358B is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 53 | 139 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.45 |
| HSL | 292.33º | 0.45% | 0.38% | - |
| HSV(B) | 292.33º | 0.62% | 0.55% | - |
| XYZ | 14.84 | 9 | 25.38 | - |
| YUV | 85.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 139 | 0.08 | 0.62 | 0 | 0.45 | 292.33 | 0.45 | 0.38 |
| Hex | 80 | 35 | 8B | 8 | 3E | 0 | 2D | 124 | 2D | 26 |
| Octal | 200 | 65 | 213 | 10 | 76 | 0 | 55 | 444 | 55 | 46 |
| Binary | 10000000 | 110101 | 10001011 | 1000 | 111110 | 0 | 101101 | 100100100 | 101101 | 100110 |
Color Harmonies of #80358B
Complementary color
Monochromatic Colors of #80358B
Black with #80358B
Text Example
Text Example
White with #80358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80358B; }
p { color: rgb(128,53,139); }
H1.HeaderClassName
{
color: #80358B;
}
.AnyTagClassName
{
color: #80358B;
}
</style>
background-color css
<style>
a { background-color: #80358B; }
a { background-color: rgb(128,53,139); }
div.DivClassName
{
background-color: #80358B;
}
.BgClassName
{
background-color: #80358B;
}
</style>
border-color css
<style>
span { border-color: #80358B; }
span { border-color: rgb(128,53,139); }
td.TdClassName
{
border-color: #80358B;
}
.TagClassName
{
border-color: #80358B;
}
</style>