Shades of Vivid Violet #8F3B8D
Tints of Vivid Violet #8F3B8D
RGB
CMYK
RGB Variations
Color information
#8F3B8D (or 0x8F3B8D) is known color: Vivid Violet. HEX triplet: 8F, 3B and 8D. RGB value is (143,59,141). Sum of RGB (Red+Green+Blue) = 143+59+141=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3B8D is #70C472. Grayscale: #5D5D5D. Windows color (decimal): -7390323 or 9255823. OLE color: 9255823.
HSL color Cylindrical-coordinate representation of color #8F3B8D: hue angle of 301.43º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3B8D is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 59 | 141 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.44 |
| HSL | 301.43º | 0.42% | 0.4% | - |
| HSV(B) | 301.43º | 0.59% | 0.56% | - |
| XYZ | 17.7 | 10.89 | 26.37 | - |
| YUV | 93.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 141 | 0 | 0.59 | 0.01 | 0.44 | 301.43 | 0.42 | 0.4 |
| Hex | 8F | 3B | 8D | 0 | 3B | 1 | 2C | 12D | 2A | 28 |
| Octal | 217 | 73 | 215 | 0 | 73 | 1 | 54 | 455 | 52 | 50 |
| Binary | 10001111 | 111011 | 10001101 | 0 | 111011 | 1 | 101100 | 100101101 | 101010 | 101000 |
Color Harmonies of #8F3B8D
Complementary color
Monochromatic Colors of #8F3B8D
Black with #8F3B8D
Text Example
Text Example
White with #8F3B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3B8D; }
p { color: rgb(143,59,141); }
H1.HeaderClassName
{
color: #8F3B8D;
}
.AnyTagClassName
{
color: #8F3B8D;
}
</style>
background-color css
<style>
a { background-color: #8F3B8D; }
a { background-color: rgb(143,59,141); }
div.DivClassName
{
background-color: #8F3B8D;
}
.BgClassName
{
background-color: #8F3B8D;
}
</style>
border-color css
<style>
span { border-color: #8F3B8D; }
span { border-color: rgb(143,59,141); }
td.TdClassName
{
border-color: #8F3B8D;
}
.TagClassName
{
border-color: #8F3B8D;
}
</style>