Shades of Vivid Violet #8F429B
Tints of Vivid Violet #8F429B
RGB
CMYK
RGB Variations
Color information
#8F429B (or 0x8F429B) is known color: Vivid Violet. HEX triplet: 8F, 42 and 9B. RGB value is (143,66,155). Sum of RGB (Red+Green+Blue) = 143+66+155=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F429B is #70BD64. Grayscale: #626262. Windows color (decimal): -7388517 or 10175119. OLE color: 10175119.
HSL color Cylindrical-coordinate representation of color #8F429B: hue angle of 291.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F429B is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 66 | 155 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.39 |
| HSL | 291.91º | 0.4% | 0.43% | - |
| HSV(B) | 291.91º | 0.57% | 0.61% | - |
| XYZ | 19.19 | 12.1 | 32.33 | - |
| YUV | 99.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 155 | 0.08 | 0.57 | 0 | 0.39 | 291.91 | 0.4 | 0.43 |
| Hex | 8F | 42 | 9B | 8 | 39 | 0 | 27 | 124 | 28 | 2B |
| Octal | 217 | 102 | 233 | 10 | 71 | 0 | 47 | 444 | 50 | 53 |
| Binary | 10001111 | 1000010 | 10011011 | 1000 | 111001 | 0 | 100111 | 100100100 | 101000 | 101011 |
Color Harmonies of #8F429B
Complementary color
Monochromatic Colors of #8F429B
Black with #8F429B
Text Example
Text Example
White with #8F429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F429B; }
p { color: rgb(143,66,155); }
H1.HeaderClassName
{
color: #8F429B;
}
.AnyTagClassName
{
color: #8F429B;
}
</style>
background-color css
<style>
a { background-color: #8F429B; }
a { background-color: rgb(143,66,155); }
div.DivClassName
{
background-color: #8F429B;
}
.BgClassName
{
background-color: #8F429B;
}
</style>
border-color css
<style>
span { border-color: #8F429B; }
span { border-color: rgb(143,66,155); }
td.TdClassName
{
border-color: #8F429B;
}
.TagClassName
{
border-color: #8F429B;
}
</style>