Shades of Vivid Violet #8F37AD
Tints of Vivid Violet #8F37AD
RGB
CMYK
RGB Variations
Color information
#8F37AD (or 0x8F37AD) is known color: Vivid Violet. HEX triplet: 8F, 37 and AD. RGB value is (143,55,173). Sum of RGB (Red+Green+Blue) = 143+55+173=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F37AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F37AD is #70C852. Grayscale: #5E5E5E. Windows color (decimal): -7391315 or 11351951. OLE color: 11351951.
HSL color Cylindrical-coordinate representation of color #8F37AD: hue angle of 284.75º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F37AD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 55 | 173 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.32 |
| HSL | 284.75º | 0.52% | 0.45% | - |
| HSV(B) | 284.75º | 0.68% | 0.68% | - |
| XYZ | 20.24 | 11.59 | 40.71 | - |
| YUV | 94.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 173 | 0.17 | 0.68 | 0 | 0.32 | 284.75 | 0.52 | 0.45 |
| Hex | 8F | 37 | AD | 11 | 44 | 0 | 20 | 11D | 34 | 2D |
| Octal | 217 | 67 | 255 | 21 | 104 | 0 | 40 | 435 | 64 | 55 |
| Binary | 10001111 | 110111 | 10101101 | 10001 | 1000100 | 0 | 100000 | 100011101 | 110100 | 101101 |
Color Harmonies of #8F37AD
Complementary color
Monochromatic Colors of #8F37AD
Black with #8F37AD
Text Example
Text Example
White with #8F37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37AD; }
p { color: rgb(143,55,173); }
H1.HeaderClassName
{
color: #8F37AD;
}
.AnyTagClassName
{
color: #8F37AD;
}
</style>
background-color css
<style>
a { background-color: #8F37AD; }
a { background-color: rgb(143,55,173); }
div.DivClassName
{
background-color: #8F37AD;
}
.BgClassName
{
background-color: #8F37AD;
}
</style>
border-color css
<style>
span { border-color: #8F37AD; }
span { border-color: rgb(143,55,173); }
td.TdClassName
{
border-color: #8F37AD;
}
.TagClassName
{
border-color: #8F37AD;
}
</style>