Shades of Vivid Violet #8F2FA6
Tints of Vivid Violet #8F2FA6
RGB
CMYK
RGB Variations
Color information
#8F2FA6 (or 0x8F2FA6) is known color: Vivid Violet. HEX triplet: 8F, 2F and A6. RGB value is (143,47,166). Sum of RGB (Red+Green+Blue) = 143+47+166=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F2FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2FA6 is #70D059. Grayscale: #585858. Windows color (decimal): -7393370 or 10891151. OLE color: 10891151.
HSL color Cylindrical-coordinate representation of color #8F2FA6: hue angle of 288.4º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2FA6 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 47 | 166 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.35 |
| HSL | 288.4º | 0.56% | 0.42% | - |
| HSV(B) | 288.4º | 0.72% | 0.65% | - |
| XYZ | 19.23 | 10.63 | 37.11 | - |
| YUV | 89.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 166 | 0.14 | 0.72 | 0 | 0.35 | 288.4 | 0.56 | 0.42 |
| Hex | 8F | 2F | A6 | E | 48 | 0 | 23 | 120 | 38 | 2A |
| Octal | 217 | 57 | 246 | 16 | 110 | 0 | 43 | 440 | 70 | 52 |
| Binary | 10001111 | 101111 | 10100110 | 1110 | 1001000 | 0 | 100011 | 100100000 | 111000 | 101010 |
Color Harmonies of #8F2FA6
Complementary color
Monochromatic Colors of #8F2FA6
Black with #8F2FA6
Text Example
Text Example
White with #8F2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2FA6; }
p { color: rgb(143,47,166); }
H1.HeaderClassName
{
color: #8F2FA6;
}
.AnyTagClassName
{
color: #8F2FA6;
}
</style>
background-color css
<style>
a { background-color: #8F2FA6; }
a { background-color: rgb(143,47,166); }
div.DivClassName
{
background-color: #8F2FA6;
}
.BgClassName
{
background-color: #8F2FA6;
}
</style>
border-color css
<style>
span { border-color: #8F2FA6; }
span { border-color: rgb(143,47,166); }
td.TdClassName
{
border-color: #8F2FA6;
}
.TagClassName
{
border-color: #8F2FA6;
}
</style>