Shades of Vivid Violet #8F3C88
Tints of Vivid Violet #8F3C88
RGB
CMYK
RGB Variations
Color information
#8F3C88 (or 0x8F3C88) is known color: Vivid Violet. HEX triplet: 8F, 3C and 88. RGB value is (143,60,136). Sum of RGB (Red+Green+Blue) = 143+60+136=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3C88 is #70C377. Grayscale: #5D5D5D. Windows color (decimal): -7390072 or 8928399. OLE color: 8928399.
HSL color Cylindrical-coordinate representation of color #8F3C88: hue angle of 305.06º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C88 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 136 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.44 |
| HSL | 305.06º | 0.41% | 0.4% | - |
| HSV(B) | 305.06º | 0.58% | 0.56% | - |
| XYZ | 17.39 | 10.85 | 24.47 | - |
| YUV | 93.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 136 | 0 | 0.58 | 0.05 | 0.44 | 305.06 | 0.41 | 0.4 |
| Hex | 8F | 3C | 88 | 0 | 3A | 5 | 2C | 131 | 29 | 28 |
| Octal | 217 | 74 | 210 | 0 | 72 | 5 | 54 | 461 | 51 | 50 |
| Binary | 10001111 | 111100 | 10001000 | 0 | 111010 | 101 | 101100 | 100110001 | 101001 | 101000 |
Color Harmonies of #8F3C88
Complementary color
Monochromatic Colors of #8F3C88
Black with #8F3C88
Text Example
Text Example
White with #8F3C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C88; }
p { color: rgb(143,60,136); }
H1.HeaderClassName
{
color: #8F3C88;
}
.AnyTagClassName
{
color: #8F3C88;
}
</style>
background-color css
<style>
a { background-color: #8F3C88; }
a { background-color: rgb(143,60,136); }
div.DivClassName
{
background-color: #8F3C88;
}
.BgClassName
{
background-color: #8F3C88;
}
</style>
border-color css
<style>
span { border-color: #8F3C88; }
span { border-color: rgb(143,60,136); }
td.TdClassName
{
border-color: #8F3C88;
}
.TagClassName
{
border-color: #8F3C88;
}
</style>