Shades of Vivid Violet #8F3593
Tints of Vivid Violet #8F3593
RGB
CMYK
RGB Variations
Color information
#8F3593 (or 0x8F3593) is known color: Vivid Violet. HEX triplet: 8F, 35 and 93. RGB value is (143,53,147). Sum of RGB (Red+Green+Blue) = 143+53+147=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F3593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3593 is #70CA6C. Grayscale: #5A5A5A. Windows color (decimal): -7391853 or 9647503. OLE color: 9647503.
HSL color Cylindrical-coordinate representation of color #8F3593: hue angle of 297.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3593 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 53 | 147 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.42 |
| HSL | 297.45º | 0.47% | 0.39% | - |
| HSV(B) | 297.45º | 0.64% | 0.58% | - |
| XYZ | 17.87 | 10.49 | 28.69 | - |
| YUV | 90.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 147 | 0.03 | 0.64 | 0 | 0.42 | 297.45 | 0.47 | 0.39 |
| Hex | 8F | 35 | 93 | 3 | 40 | 0 | 2A | 129 | 2F | 27 |
| Octal | 217 | 65 | 223 | 3 | 100 | 0 | 52 | 451 | 57 | 47 |
| Binary | 10001111 | 110101 | 10010011 | 11 | 1000000 | 0 | 101010 | 100101001 | 101111 | 100111 |
Color Harmonies of #8F3593
Complementary color
Monochromatic Colors of #8F3593
Black with #8F3593
Text Example
Text Example
White with #8F3593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3593; }
p { color: rgb(143,53,147); }
H1.HeaderClassName
{
color: #8F3593;
}
.AnyTagClassName
{
color: #8F3593;
}
</style>
background-color css
<style>
a { background-color: #8F3593; }
a { background-color: rgb(143,53,147); }
div.DivClassName
{
background-color: #8F3593;
}
.BgClassName
{
background-color: #8F3593;
}
</style>
border-color css
<style>
span { border-color: #8F3593; }
span { border-color: rgb(143,53,147); }
td.TdClassName
{
border-color: #8F3593;
}
.TagClassName
{
border-color: #8F3593;
}
</style>