Shades of Vivid Violet #80248F
Tints of Vivid Violet #80248F
RGB
CMYK
RGB Variations
Color information
#80248F (or 0x80248F) is known color: Vivid Violet. HEX triplet: 80, 24 and 8F. RGB value is (128,36,143). Sum of RGB (Red+Green+Blue) = 128+36+143=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #80248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80248F is #7FDB70. Grayscale: #4B4B4B. Windows color (decimal): -8379249 or 9380992. OLE color: 9380992.
HSL color Cylindrical-coordinate representation of color #80248F: hue angle of 291.59º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80248F is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 36 | 143 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.44 |
| HSL | 291.59º | 0.6% | 0.35% | - |
| HSV(B) | 291.59º | 0.75% | 0.56% | - |
| XYZ | 14.49 | 7.83 | 26.73 | - |
| YUV | 75.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 143 | 0.10 | 0.75 | 0 | 0.44 | 291.59 | 0.6 | 0.35 |
| Hex | 80 | 24 | 8F | A | 4B | 0 | 2C | 124 | 3C | 23 |
| Octal | 200 | 44 | 217 | 12 | 113 | 0 | 54 | 444 | 74 | 43 |
| Binary | 10000000 | 100100 | 10001111 | 1010 | 1001011 | 0 | 101100 | 100100100 | 111100 | 100011 |
Color Harmonies of #80248F
Complementary color
Monochromatic Colors of #80248F
Black with #80248F
Text Example
Text Example
White with #80248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80248F; }
p { color: rgb(128,36,143); }
H1.HeaderClassName
{
color: #80248F;
}
.AnyTagClassName
{
color: #80248F;
}
</style>
background-color css
<style>
a { background-color: #80248F; }
a { background-color: rgb(128,36,143); }
div.DivClassName
{
background-color: #80248F;
}
.BgClassName
{
background-color: #80248F;
}
</style>
border-color css
<style>
span { border-color: #80248F; }
span { border-color: rgb(128,36,143); }
td.TdClassName
{
border-color: #80248F;
}
.TagClassName
{
border-color: #80248F;
}
</style>