Shades of Vivid Violet #8F3588
Tints of Vivid Violet #8F3588
RGB
CMYK
RGB Variations
Color information
#8F3588 (or 0x8F3588) is known color: Vivid Violet. HEX triplet: 8F, 35 and 88. RGB value is (143,53,136). Sum of RGB (Red+Green+Blue) = 143+53+136=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3588 is #70CA77. Grayscale: #595959. Windows color (decimal): -7391864 or 8926607. OLE color: 8926607.
HSL color Cylindrical-coordinate representation of color #8F3588: hue angle of 304.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3588 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 136 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.44 |
| HSL | 304.67º | 0.46% | 0.38% | - |
| HSV(B) | 304.67º | 0.63% | 0.56% | - |
| XYZ | 17.04 | 10.16 | 24.36 | - |
| YUV | 89.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 136 | 0 | 0.63 | 0.05 | 0.44 | 304.67 | 0.46 | 0.38 |
| Hex | 8F | 35 | 88 | 0 | 3F | 5 | 2C | 131 | 2E | 26 |
| Octal | 217 | 65 | 210 | 0 | 77 | 5 | 54 | 461 | 56 | 46 |
| Binary | 10001111 | 110101 | 10001000 | 0 | 111111 | 101 | 101100 | 100110001 | 101110 | 100110 |
Color Harmonies of #8F3588
Complementary color
Monochromatic Colors of #8F3588
Black with #8F3588
Text Example
Text Example
White with #8F3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3588; }
p { color: rgb(143,53,136); }
H1.HeaderClassName
{
color: #8F3588;
}
.AnyTagClassName
{
color: #8F3588;
}
</style>
background-color css
<style>
a { background-color: #8F3588; }
a { background-color: rgb(143,53,136); }
div.DivClassName
{
background-color: #8F3588;
}
.BgClassName
{
background-color: #8F3588;
}
</style>
border-color css
<style>
span { border-color: #8F3588; }
span { border-color: rgb(143,53,136); }
td.TdClassName
{
border-color: #8F3588;
}
.TagClassName
{
border-color: #8F3588;
}
</style>