Shades of Vivid Violet #8F249E
Tints of Vivid Violet #8F249E
RGB
CMYK
RGB Variations
Color information
#8F249E (or 0x8F249E) is known color: Vivid Violet. HEX triplet: 8F, 24 and 9E. RGB value is (143,36,158). Sum of RGB (Red+Green+Blue) = 143+36+158=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F249E is #70DB61. Grayscale: #515151. Windows color (decimal): -7396194 or 10364047. OLE color: 10364047.
HSL color Cylindrical-coordinate representation of color #8F249E: hue angle of 292.62º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F249E is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 36 | 158 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.38 |
| HSL | 292.62º | 0.63% | 0.38% | - |
| HSV(B) | 292.62º | 0.77% | 0.62% | - |
| XYZ | 18.13 | 9.57 | 33.24 | - |
| YUV | 81.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 158 | 0.09 | 0.77 | 0 | 0.38 | 292.62 | 0.63 | 0.38 |
| Hex | 8F | 24 | 9E | 9 | 4D | 0 | 26 | 125 | 3F | 26 |
| Octal | 217 | 44 | 236 | 11 | 115 | 0 | 46 | 445 | 77 | 46 |
| Binary | 10001111 | 100100 | 10011110 | 1001 | 1001101 | 0 | 100110 | 100100101 | 111111 | 100110 |
Color Harmonies of #8F249E
Complementary color
Monochromatic Colors of #8F249E
Black with #8F249E
Text Example
Text Example
White with #8F249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F249E; }
p { color: rgb(143,36,158); }
H1.HeaderClassName
{
color: #8F249E;
}
.AnyTagClassName
{
color: #8F249E;
}
</style>
background-color css
<style>
a { background-color: #8F249E; }
a { background-color: rgb(143,36,158); }
div.DivClassName
{
background-color: #8F249E;
}
.BgClassName
{
background-color: #8F249E;
}
</style>
border-color css
<style>
span { border-color: #8F249E; }
span { border-color: rgb(143,36,158); }
td.TdClassName
{
border-color: #8F249E;
}
.TagClassName
{
border-color: #8F249E;
}
</style>