Shades of Vivid Violet #8F3594
Tints of Vivid Violet #8F3594
RGB
CMYK
RGB Variations
Color information
#8F3594 (or 0x8F3594) is known color: Vivid Violet. HEX triplet: 8F, 35 and 94. RGB value is (143,53,148). Sum of RGB (Red+Green+Blue) = 143+53+148=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3594 is #70CA6B. Grayscale: #5A5A5A. Windows color (decimal): -7391852 or 9713039. OLE color: 9713039.
HSL color Cylindrical-coordinate representation of color #8F3594: hue angle of 296.84º 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 #8F3594 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 53 | 148 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.42 |
| HSL | 296.84º | 0.47% | 0.39% | - |
| HSV(B) | 296.84º | 0.64% | 0.58% | - |
| XYZ | 17.95 | 10.52 | 29.1 | - |
| YUV | 90.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 148 | 0.03 | 0.64 | 0 | 0.42 | 296.84 | 0.47 | 0.39 |
| Hex | 8F | 35 | 94 | 3 | 40 | 0 | 2A | 129 | 2F | 27 |
| Octal | 217 | 65 | 224 | 3 | 100 | 0 | 52 | 451 | 57 | 47 |
| Binary | 10001111 | 110101 | 10010100 | 11 | 1000000 | 0 | 101010 | 100101001 | 101111 | 100111 |
Color Harmonies of #8F3594
Complementary color
Monochromatic Colors of #8F3594
Black with #8F3594
Text Example
Text Example
White with #8F3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3594; }
p { color: rgb(143,53,148); }
H1.HeaderClassName
{
color: #8F3594;
}
.AnyTagClassName
{
color: #8F3594;
}
</style>
background-color css
<style>
a { background-color: #8F3594; }
a { background-color: rgb(143,53,148); }
div.DivClassName
{
background-color: #8F3594;
}
.BgClassName
{
background-color: #8F3594;
}
</style>
border-color css
<style>
span { border-color: #8F3594; }
span { border-color: rgb(143,53,148); }
td.TdClassName
{
border-color: #8F3594;
}
.TagClassName
{
border-color: #8F3594;
}
</style>