Shades of Vivid Violet #8F2892
Tints of Vivid Violet #8F2892
RGB
CMYK
RGB Variations
Color information
#8F2892 (or 0x8F2892) is known color: Vivid Violet. HEX triplet: 8F, 28 and 92. RGB value is (143,40,146). Sum of RGB (Red+Green+Blue) = 143+40+146=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F2892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2892 is #70D76D. Grayscale: #525252. Windows color (decimal): -7395182 or 9578639. OLE color: 9578639.
HSL color Cylindrical-coordinate representation of color #8F2892: hue angle of 298.3º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2892 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 40 | 146 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.43 |
| HSL | 298.3º | 0.57% | 0.36% | - |
| HSV(B) | 298.3º | 0.73% | 0.57% | - |
| XYZ | 17.27 | 9.43 | 28.1 | - |
| YUV | 82.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 146 | 0.02 | 0.73 | 0 | 0.43 | 298.3 | 0.57 | 0.36 |
| Hex | 8F | 28 | 92 | 2 | 49 | 0 | 2B | 12A | 39 | 24 |
| Octal | 217 | 50 | 222 | 2 | 111 | 0 | 53 | 452 | 71 | 44 |
| Binary | 10001111 | 101000 | 10010010 | 10 | 1001001 | 0 | 101011 | 100101010 | 111001 | 100100 |
Color Harmonies of #8F2892
Complementary color
Monochromatic Colors of #8F2892
Black with #8F2892
Text Example
Text Example
White with #8F2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2892; }
p { color: rgb(143,40,146); }
H1.HeaderClassName
{
color: #8F2892;
}
.AnyTagClassName
{
color: #8F2892;
}
</style>
background-color css
<style>
a { background-color: #8F2892; }
a { background-color: rgb(143,40,146); }
div.DivClassName
{
background-color: #8F2892;
}
.BgClassName
{
background-color: #8F2892;
}
</style>
border-color css
<style>
span { border-color: #8F2892; }
span { border-color: rgb(143,40,146); }
td.TdClassName
{
border-color: #8F2892;
}
.TagClassName
{
border-color: #8F2892;
}
</style>