Shades of Vivid Violet #80248E
Tints of Vivid Violet #80248E
RGB
CMYK
RGB Variations
Color information
#80248E (or 0x80248E) is known color: Vivid Violet. HEX triplet: 80, 24 and 8E. RGB value is (128,36,142). Sum of RGB (Red+Green+Blue) = 128+36+142=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #80248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80248E is #7FDB71. Grayscale: #4B4B4B. Windows color (decimal): -8379250 or 9315456. OLE color: 9315456.
HSL color Cylindrical-coordinate representation of color #80248E: hue angle of 292.08º 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 #80248E is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 36 | 142 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.44 |
| HSL | 292.08º | 0.6% | 0.35% | - |
| HSV(B) | 292.08º | 0.75% | 0.56% | - |
| XYZ | 14.42 | 7.8 | 26.34 | - |
| YUV | 75.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 142 | 0.10 | 0.75 | 0 | 0.44 | 292.08 | 0.6 | 0.35 |
| Hex | 80 | 24 | 8E | A | 4B | 0 | 2C | 124 | 3C | 23 |
| Octal | 200 | 44 | 216 | 12 | 113 | 0 | 54 | 444 | 74 | 43 |
| Binary | 10000000 | 100100 | 10001110 | 1010 | 1001011 | 0 | 101100 | 100100100 | 111100 | 100011 |
Color Harmonies of #80248E
Complementary color
Monochromatic Colors of #80248E
Black with #80248E
Text Example
Text Example
White with #80248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80248E; }
p { color: rgb(128,36,142); }
H1.HeaderClassName
{
color: #80248E;
}
.AnyTagClassName
{
color: #80248E;
}
</style>
background-color css
<style>
a { background-color: #80248E; }
a { background-color: rgb(128,36,142); }
div.DivClassName
{
background-color: #80248E;
}
.BgClassName
{
background-color: #80248E;
}
</style>
border-color css
<style>
span { border-color: #80248E; }
span { border-color: rgb(128,36,142); }
td.TdClassName
{
border-color: #80248E;
}
.TagClassName
{
border-color: #80248E;
}
</style>