Shades of Vivid Violet #8F1FA2
Tints of Vivid Violet #8F1FA2
RGB
CMYK
RGB Variations
Color information
#8F1FA2 (or 0x8F1FA2) is known color: Vivid Violet. HEX triplet: 8F, 1F and A2. RGB value is (143,31,162). Sum of RGB (Red+Green+Blue) = 143+31+162=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F1FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1FA2 is #70E05D. Grayscale: #4F4F4F. Windows color (decimal): -7397470 or 10624911. OLE color: 10624911.
HSL color Cylindrical-coordinate representation of color #8F1FA2: hue angle of 291.3º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1FA2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 31 | 162 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.36 |
| HSL | 291.3º | 0.68% | 0.38% | - |
| HSV(B) | 291.3º | 0.81% | 0.64% | - |
| XYZ | 18.34 | 9.43 | 35.04 | - |
| YUV | 79.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 162 | 0.12 | 0.81 | 0 | 0.36 | 291.3 | 0.68 | 0.38 |
| Hex | 8F | 1F | A2 | C | 51 | 0 | 24 | 123 | 44 | 26 |
| Octal | 217 | 37 | 242 | 14 | 121 | 0 | 44 | 443 | 104 | 46 |
| Binary | 10001111 | 11111 | 10100010 | 1100 | 1010001 | 0 | 100100 | 100100011 | 1000100 | 100110 |
Color Harmonies of #8F1FA2
Complementary color
Monochromatic Colors of #8F1FA2
Black with #8F1FA2
Text Example
Text Example
White with #8F1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FA2; }
p { color: rgb(143,31,162); }
H1.HeaderClassName
{
color: #8F1FA2;
}
.AnyTagClassName
{
color: #8F1FA2;
}
</style>
background-color css
<style>
a { background-color: #8F1FA2; }
a { background-color: rgb(143,31,162); }
div.DivClassName
{
background-color: #8F1FA2;
}
.BgClassName
{
background-color: #8F1FA2;
}
</style>
border-color css
<style>
span { border-color: #8F1FA2; }
span { border-color: rgb(143,31,162); }
td.TdClassName
{
border-color: #8F1FA2;
}
.TagClassName
{
border-color: #8F1FA2;
}
</style>