Shades of Vivid Violet #8F1D9D
Tints of Vivid Violet #8F1D9D
RGB
CMYK
RGB Variations
Color information
#8F1D9D (or 0x8F1D9D) is known color: Vivid Violet. HEX triplet: 8F, 1D and 9D. RGB value is (143,29,157). Sum of RGB (Red+Green+Blue) = 143+29+157=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F1D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1D9D is #70E262. Grayscale: #4D4D4D. Windows color (decimal): -7397987 or 10296719. OLE color: 10296719.
HSL color Cylindrical-coordinate representation of color #8F1D9D: hue angle of 293.44º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1D9D is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 29 | 157 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.38 |
| HSL | 293.44º | 0.69% | 0.36% | - |
| HSV(B) | 293.44º | 0.82% | 0.62% | - |
| XYZ | 17.85 | 9.15 | 32.72 | - |
| YUV | 77.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 157 | 0.09 | 0.82 | 0 | 0.38 | 293.44 | 0.69 | 0.36 |
| Hex | 8F | 1D | 9D | 9 | 52 | 0 | 26 | 125 | 45 | 24 |
| Octal | 217 | 35 | 235 | 11 | 122 | 0 | 46 | 445 | 105 | 44 |
| Binary | 10001111 | 11101 | 10011101 | 1001 | 1010010 | 0 | 100110 | 100100101 | 1000101 | 100100 |
Color Harmonies of #8F1D9D
Complementary color
Monochromatic Colors of #8F1D9D
Black with #8F1D9D
Text Example
Text Example
White with #8F1D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1D9D; }
p { color: rgb(143,29,157); }
H1.HeaderClassName
{
color: #8F1D9D;
}
.AnyTagClassName
{
color: #8F1D9D;
}
</style>
background-color css
<style>
a { background-color: #8F1D9D; }
a { background-color: rgb(143,29,157); }
div.DivClassName
{
background-color: #8F1D9D;
}
.BgClassName
{
background-color: #8F1D9D;
}
</style>
border-color css
<style>
span { border-color: #8F1D9D; }
span { border-color: rgb(143,29,157); }
td.TdClassName
{
border-color: #8F1D9D;
}
.TagClassName
{
border-color: #8F1D9D;
}
</style>