Shades of Vivid Violet #8F4992
Tints of Vivid Violet #8F4992
RGB
CMYK
RGB Variations
Color information
#8F4992 (or 0x8F4992) is known color: Vivid Violet. HEX triplet: 8F, 49 and 92. RGB value is (143,73,146). Sum of RGB (Red+Green+Blue) = 143+73+146=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F4992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4992 is #70B66D. Grayscale: #666666. Windows color (decimal): -7386734 or 9587087. OLE color: 9587087.
HSL color Cylindrical-coordinate representation of color #8F4992: hue angle of 297.53º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4992 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 73 | 146 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.43 |
| HSL | 297.53º | 0.33% | 0.43% | - |
| HSV(B) | 297.53º | 0.5% | 0.57% | - |
| XYZ | 18.9 | 12.68 | 28.65 | - |
| YUV | 102.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 146 | 0.02 | 0.5 | 0 | 0.43 | 297.53 | 0.33 | 0.43 |
| Hex | 8F | 49 | 92 | 2 | 32 | 0 | 2B | 12A | 21 | 2B |
| Octal | 217 | 111 | 222 | 2 | 62 | 0 | 53 | 452 | 41 | 53 |
| Binary | 10001111 | 1001001 | 10010010 | 10 | 110010 | 0 | 101011 | 100101010 | 100001 | 101011 |
Color Harmonies of #8F4992
Complementary color
Monochromatic Colors of #8F4992
Black with #8F4992
Text Example
Text Example
White with #8F4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4992; }
p { color: rgb(143,73,146); }
H1.HeaderClassName
{
color: #8F4992;
}
.AnyTagClassName
{
color: #8F4992;
}
</style>
background-color css
<style>
a { background-color: #8F4992; }
a { background-color: rgb(143,73,146); }
div.DivClassName
{
background-color: #8F4992;
}
.BgClassName
{
background-color: #8F4992;
}
</style>
border-color css
<style>
span { border-color: #8F4992; }
span { border-color: rgb(143,73,146); }
td.TdClassName
{
border-color: #8F4992;
}
.TagClassName
{
border-color: #8F4992;
}
</style>