Shades of Vivid Violet #8F36AD
Tints of Vivid Violet #8F36AD
RGB
CMYK
RGB Variations
Color information
#8F36AD (or 0x8F36AD) is known color: Vivid Violet. HEX triplet: 8F, 36 and AD. RGB value is (143,54,173). Sum of RGB (Red+Green+Blue) = 143+54+173=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F36AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F36AD is #70C952. Grayscale: #5D5D5D. Windows color (decimal): -7391571 or 11351695. OLE color: 11351695.
HSL color Cylindrical-coordinate representation of color #8F36AD: hue angle of 284.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F36AD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 54 | 173 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.32 |
| HSL | 284.87º | 0.52% | 0.45% | - |
| HSV(B) | 284.87º | 0.69% | 0.68% | - |
| XYZ | 20.19 | 11.5 | 40.69 | - |
| YUV | 94.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 173 | 0.17 | 0.69 | 0 | 0.32 | 284.87 | 0.52 | 0.45 |
| Hex | 8F | 36 | AD | 11 | 45 | 0 | 20 | 11D | 34 | 2D |
| Octal | 217 | 66 | 255 | 21 | 105 | 0 | 40 | 435 | 64 | 55 |
| Binary | 10001111 | 110110 | 10101101 | 10001 | 1000101 | 0 | 100000 | 100011101 | 110100 | 101101 |
Color Harmonies of #8F36AD
Complementary color
Monochromatic Colors of #8F36AD
Black with #8F36AD
Text Example
Text Example
White with #8F36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36AD; }
p { color: rgb(143,54,173); }
H1.HeaderClassName
{
color: #8F36AD;
}
.AnyTagClassName
{
color: #8F36AD;
}
</style>
background-color css
<style>
a { background-color: #8F36AD; }
a { background-color: rgb(143,54,173); }
div.DivClassName
{
background-color: #8F36AD;
}
.BgClassName
{
background-color: #8F36AD;
}
</style>
border-color css
<style>
span { border-color: #8F36AD; }
span { border-color: rgb(143,54,173); }
td.TdClassName
{
border-color: #8F36AD;
}
.TagClassName
{
border-color: #8F36AD;
}
</style>