Shades of Vivid Violet #8F28AB
Tints of Vivid Violet #8F28AB
RGB
CMYK
RGB Variations
Color information
#8F28AB (or 0x8F28AB) is known color: Vivid Violet. HEX triplet: 8F, 28 and AB. RGB value is (143,40,171). Sum of RGB (Red+Green+Blue) = 143+40+171=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F28AB is #70D754. Grayscale: #555555. Windows color (decimal): -7395157 or 11217039. OLE color: 11217039.
HSL color Cylindrical-coordinate representation of color #8F28AB: hue angle of 287.18º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F28AB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 40 | 171 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.33 |
| HSL | 287.18º | 0.62% | 0.41% | - |
| HSV(B) | 287.18º | 0.77% | 0.67% | - |
| XYZ | 19.44 | 10.3 | 39.49 | - |
| YUV | 85.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 171 | 0.16 | 0.77 | 0 | 0.33 | 287.18 | 0.62 | 0.41 |
| Hex | 8F | 28 | AB | 10 | 4D | 0 | 21 | 11F | 3E | 29 |
| Octal | 217 | 50 | 253 | 20 | 115 | 0 | 41 | 437 | 76 | 51 |
| Binary | 10001111 | 101000 | 10101011 | 10000 | 1001101 | 0 | 100001 | 100011111 | 111110 | 101001 |
Color Harmonies of #8F28AB
Complementary color
Monochromatic Colors of #8F28AB
Black with #8F28AB
Text Example
Text Example
White with #8F28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28AB; }
p { color: rgb(143,40,171); }
H1.HeaderClassName
{
color: #8F28AB;
}
.AnyTagClassName
{
color: #8F28AB;
}
</style>
background-color css
<style>
a { background-color: #8F28AB; }
a { background-color: rgb(143,40,171); }
div.DivClassName
{
background-color: #8F28AB;
}
.BgClassName
{
background-color: #8F28AB;
}
</style>
border-color css
<style>
span { border-color: #8F28AB; }
span { border-color: rgb(143,40,171); }
td.TdClassName
{
border-color: #8F28AB;
}
.TagClassName
{
border-color: #8F28AB;
}
</style>