Shades of Vivid Violet #8F249A
Tints of Vivid Violet #8F249A
RGB
CMYK
RGB Variations
Color information
#8F249A (or 0x8F249A) is known color: Vivid Violet. HEX triplet: 8F, 24 and 9A. RGB value is (143,36,154). Sum of RGB (Red+Green+Blue) = 143+36+154=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F249A is #70DB65. Grayscale: #515151. Windows color (decimal): -7396198 or 10101903. OLE color: 10101903.
HSL color Cylindrical-coordinate representation of color #8F249A: hue angle of 294.41º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F249A is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 36 | 154 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.40 |
| HSL | 294.41º | 0.62% | 0.37% | - |
| HSV(B) | 294.41º | 0.77% | 0.6% | - |
| XYZ | 17.79 | 9.43 | 31.46 | - |
| YUV | 81.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 154 | 0.07 | 0.77 | 0 | 0.40 | 294.41 | 0.62 | 0.37 |
| Hex | 8F | 24 | 9A | 7 | 4D | 0 | 28 | 126 | 3E | 25 |
| Octal | 217 | 44 | 232 | 7 | 115 | 0 | 50 | 446 | 76 | 45 |
| Binary | 10001111 | 100100 | 10011010 | 111 | 1001101 | 0 | 101000 | 100100110 | 111110 | 100101 |
Color Harmonies of #8F249A
Complementary color
Monochromatic Colors of #8F249A
Black with #8F249A
Text Example
Text Example
White with #8F249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F249A; }
p { color: rgb(143,36,154); }
H1.HeaderClassName
{
color: #8F249A;
}
.AnyTagClassName
{
color: #8F249A;
}
</style>
background-color css
<style>
a { background-color: #8F249A; }
a { background-color: rgb(143,36,154); }
div.DivClassName
{
background-color: #8F249A;
}
.BgClassName
{
background-color: #8F249A;
}
</style>
border-color css
<style>
span { border-color: #8F249A; }
span { border-color: rgb(143,36,154); }
td.TdClassName
{
border-color: #8F249A;
}
.TagClassName
{
border-color: #8F249A;
}
</style>