Shades of Vivid Violet #8F28AA
Tints of Vivid Violet #8F28AA
RGB
CMYK
RGB Variations
Color information
#8F28AA (or 0x8F28AA) is known color: Vivid Violet. HEX triplet: 8F, 28 and AA. RGB value is (143,40,170). Sum of RGB (Red+Green+Blue) = 143+40+170=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F28AA is #70D755. Grayscale: #555555. Windows color (decimal): -7395158 or 11151503. OLE color: 11151503.
HSL color Cylindrical-coordinate representation of color #8F28AA: hue angle of 287.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F28AA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 40 | 170 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.33 |
| HSL | 287.54º | 0.62% | 0.41% | - |
| HSV(B) | 287.54º | 0.76% | 0.67% | - |
| XYZ | 19.34 | 10.26 | 38.99 | - |
| YUV | 85.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 170 | 0.16 | 0.76 | 0 | 0.33 | 287.54 | 0.62 | 0.41 |
| Hex | 8F | 28 | AA | 10 | 4C | 0 | 21 | 120 | 3E | 29 |
| Octal | 217 | 50 | 252 | 20 | 114 | 0 | 41 | 440 | 76 | 51 |
| Binary | 10001111 | 101000 | 10101010 | 10000 | 1001100 | 0 | 100001 | 100100000 | 111110 | 101001 |
Color Harmonies of #8F28AA
Complementary color
Monochromatic Colors of #8F28AA
Black with #8F28AA
Text Example
Text Example
White with #8F28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28AA; }
p { color: rgb(143,40,170); }
H1.HeaderClassName
{
color: #8F28AA;
}
.AnyTagClassName
{
color: #8F28AA;
}
</style>
background-color css
<style>
a { background-color: #8F28AA; }
a { background-color: rgb(143,40,170); }
div.DivClassName
{
background-color: #8F28AA;
}
.BgClassName
{
background-color: #8F28AA;
}
</style>
border-color css
<style>
span { border-color: #8F28AA; }
span { border-color: rgb(143,40,170); }
td.TdClassName
{
border-color: #8F28AA;
}
.TagClassName
{
border-color: #8F28AA;
}
</style>