Shades of Vivid Violet #8F418B
Tints of Vivid Violet #8F418B
RGB
CMYK
RGB Variations
Color information
#8F418B (or 0x8F418B) is known color: Vivid Violet. HEX triplet: 8F, 41 and 8B. RGB value is (143,65,139). Sum of RGB (Red+Green+Blue) = 143+65+139=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F418B is #70BE74. Grayscale: #606060. Windows color (decimal): -7388789 or 9126287. OLE color: 9126287.
HSL color Cylindrical-coordinate representation of color #8F418B: hue angle of 303.08º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F418B is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 139 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.44 |
| HSL | 303.08º | 0.38% | 0.41% | - |
| HSV(B) | 303.08º | 0.55% | 0.56% | - |
| XYZ | 17.88 | 11.48 | 25.7 | - |
| YUV | 96.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 139 | 0 | 0.55 | 0.03 | 0.44 | 303.08 | 0.38 | 0.41 |
| Hex | 8F | 41 | 8B | 0 | 37 | 3 | 2C | 12F | 26 | 29 |
| Octal | 217 | 101 | 213 | 0 | 67 | 3 | 54 | 457 | 46 | 51 |
| Binary | 10001111 | 1000001 | 10001011 | 0 | 110111 | 11 | 101100 | 100101111 | 100110 | 101001 |
Color Harmonies of #8F418B
Complementary color
Monochromatic Colors of #8F418B
Black with #8F418B
Text Example
Text Example
White with #8F418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F418B; }
p { color: rgb(143,65,139); }
H1.HeaderClassName
{
color: #8F418B;
}
.AnyTagClassName
{
color: #8F418B;
}
</style>
background-color css
<style>
a { background-color: #8F418B; }
a { background-color: rgb(143,65,139); }
div.DivClassName
{
background-color: #8F418B;
}
.BgClassName
{
background-color: #8F418B;
}
</style>
border-color css
<style>
span { border-color: #8F418B; }
span { border-color: rgb(143,65,139); }
td.TdClassName
{
border-color: #8F418B;
}
.TagClassName
{
border-color: #8F418B;
}
</style>