Shades of Vivid Violet #80259A
Tints of Vivid Violet #80259A
RGB
CMYK
RGB Variations
Color information
#80259A (or 0x80259A) is known color: Vivid Violet. HEX triplet: 80, 25 and 9A. RGB value is (128,37,154). Sum of RGB (Red+Green+Blue) = 128+37+154=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #80259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80259A is #7FDA65. Grayscale: #4D4D4D. Windows color (decimal): -8378982 or 10102144. OLE color: 10102144.
HSL color Cylindrical-coordinate representation of color #80259A: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80259A is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 37 | 154 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.40 |
| HSL | 286.67º | 0.61% | 0.37% | - |
| HSV(B) | 286.67º | 0.76% | 0.6% | - |
| XYZ | 15.4 | 8.25 | 31.35 | - |
| YUV | 77.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 154 | 0.17 | 0.76 | 0 | 0.40 | 286.67 | 0.61 | 0.37 |
| Hex | 80 | 25 | 9A | 11 | 4C | 0 | 28 | 11F | 3D | 25 |
| Octal | 200 | 45 | 232 | 21 | 114 | 0 | 50 | 437 | 75 | 45 |
| Binary | 10000000 | 100101 | 10011010 | 10001 | 1001100 | 0 | 101000 | 100011111 | 111101 | 100101 |
Color Harmonies of #80259A
Complementary color
Monochromatic Colors of #80259A
Black with #80259A
Text Example
Text Example
White with #80259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80259A; }
p { color: rgb(128,37,154); }
H1.HeaderClassName
{
color: #80259A;
}
.AnyTagClassName
{
color: #80259A;
}
</style>
background-color css
<style>
a { background-color: #80259A; }
a { background-color: rgb(128,37,154); }
div.DivClassName
{
background-color: #80259A;
}
.BgClassName
{
background-color: #80259A;
}
</style>
border-color css
<style>
span { border-color: #80259A; }
span { border-color: rgb(128,37,154); }
td.TdClassName
{
border-color: #80259A;
}
.TagClassName
{
border-color: #80259A;
}
</style>