Shades of Vivid Violet #8F2D9B
Tints of Vivid Violet #8F2D9B
RGB
CMYK
RGB Variations
Color information
#8F2D9B (or 0x8F2D9B) is known color: Vivid Violet. HEX triplet: 8F, 2D and 9B. RGB value is (143,45,155). Sum of RGB (Red+Green+Blue) = 143+45+155=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F2D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2D9B is #70D264. Grayscale: #565656. Windows color (decimal): -7393893 or 10169743. OLE color: 10169743.
HSL color Cylindrical-coordinate representation of color #8F2D9B: hue angle of 293.45º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2D9B is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 45 | 155 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.39 |
| HSL | 293.45º | 0.55% | 0.39% | - |
| HSV(B) | 293.45º | 0.71% | 0.61% | - |
| XYZ | 18.18 | 10.08 | 32 | - |
| YUV | 86.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 155 | 0.08 | 0.71 | 0 | 0.39 | 293.45 | 0.55 | 0.39 |
| Hex | 8F | 2D | 9B | 8 | 47 | 0 | 27 | 125 | 37 | 27 |
| Octal | 217 | 55 | 233 | 10 | 107 | 0 | 47 | 445 | 67 | 47 |
| Binary | 10001111 | 101101 | 10011011 | 1000 | 1000111 | 0 | 100111 | 100100101 | 110111 | 100111 |
Color Harmonies of #8F2D9B
Complementary color
Monochromatic Colors of #8F2D9B
Black with #8F2D9B
Text Example
Text Example
White with #8F2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D9B; }
p { color: rgb(143,45,155); }
H1.HeaderClassName
{
color: #8F2D9B;
}
.AnyTagClassName
{
color: #8F2D9B;
}
</style>
background-color css
<style>
a { background-color: #8F2D9B; }
a { background-color: rgb(143,45,155); }
div.DivClassName
{
background-color: #8F2D9B;
}
.BgClassName
{
background-color: #8F2D9B;
}
</style>
border-color css
<style>
span { border-color: #8F2D9B; }
span { border-color: rgb(143,45,155); }
td.TdClassName
{
border-color: #8F2D9B;
}
.TagClassName
{
border-color: #8F2D9B;
}
</style>