Shades of Vivid Violet #8F299B
Tints of Vivid Violet #8F299B
RGB
CMYK
RGB Variations
Color information
#8F299B (or 0x8F299B) is known color: Vivid Violet. HEX triplet: 8F, 29 and 9B. RGB value is (143,41,155). Sum of RGB (Red+Green+Blue) = 143+41+155=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F299B is #70D664. Grayscale: #545454. Windows color (decimal): -7394917 or 10168719. OLE color: 10168719.
HSL color Cylindrical-coordinate representation of color #8F299B: hue angle of 293.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F299B is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 41 | 155 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.39 |
| HSL | 293.68º | 0.58% | 0.38% | - |
| HSV(B) | 293.68º | 0.74% | 0.61% | - |
| XYZ | 18.04 | 9.79 | 31.95 | - |
| YUV | 84.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 155 | 0.08 | 0.74 | 0 | 0.39 | 293.68 | 0.58 | 0.38 |
| Hex | 8F | 29 | 9B | 8 | 4A | 0 | 27 | 126 | 3A | 26 |
| Octal | 217 | 51 | 233 | 10 | 112 | 0 | 47 | 446 | 72 | 46 |
| Binary | 10001111 | 101001 | 10011011 | 1000 | 1001010 | 0 | 100111 | 100100110 | 111010 | 100110 |
Color Harmonies of #8F299B
Complementary color
Monochromatic Colors of #8F299B
Black with #8F299B
Text Example
Text Example
White with #8F299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F299B; }
p { color: rgb(143,41,155); }
H1.HeaderClassName
{
color: #8F299B;
}
.AnyTagClassName
{
color: #8F299B;
}
</style>
background-color css
<style>
a { background-color: #8F299B; }
a { background-color: rgb(143,41,155); }
div.DivClassName
{
background-color: #8F299B;
}
.BgClassName
{
background-color: #8F299B;
}
</style>
border-color css
<style>
span { border-color: #8F299B; }
span { border-color: rgb(143,41,155); }
td.TdClassName
{
border-color: #8F299B;
}
.TagClassName
{
border-color: #8F299B;
}
</style>