Shades of Vivid Violet #8F26A6
Tints of Vivid Violet #8F26A6
RGB
CMYK
RGB Variations
Color information
#8F26A6 (or 0x8F26A6) is known color: Vivid Violet. HEX triplet: 8F, 26 and A6. RGB value is (143,38,166). Sum of RGB (Red+Green+Blue) = 143+38+166=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #8F26A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F26A6 is #70D959. Grayscale: #535353. Windows color (decimal): -7395674 or 10888847. OLE color: 10888847.
HSL color Cylindrical-coordinate representation of color #8F26A6: hue angle of 289.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F26A6 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 38 | 166 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.35 |
| HSL | 289.22º | 0.63% | 0.4% | - |
| HSV(B) | 289.22º | 0.77% | 0.65% | - |
| XYZ | 18.9 | 9.98 | 37.01 | - |
| YUV | 83.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 166 | 0.14 | 0.77 | 0 | 0.35 | 289.22 | 0.63 | 0.4 |
| Hex | 8F | 26 | A6 | E | 4D | 0 | 23 | 121 | 3F | 28 |
| Octal | 217 | 46 | 246 | 16 | 115 | 0 | 43 | 441 | 77 | 50 |
| Binary | 10001111 | 100110 | 10100110 | 1110 | 1001101 | 0 | 100011 | 100100001 | 111111 | 101000 |
Color Harmonies of #8F26A6
Complementary color
Monochromatic Colors of #8F26A6
Black with #8F26A6
Text Example
Text Example
White with #8F26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F26A6; }
p { color: rgb(143,38,166); }
H1.HeaderClassName
{
color: #8F26A6;
}
.AnyTagClassName
{
color: #8F26A6;
}
</style>
background-color css
<style>
a { background-color: #8F26A6; }
a { background-color: rgb(143,38,166); }
div.DivClassName
{
background-color: #8F26A6;
}
.BgClassName
{
background-color: #8F26A6;
}
</style>
border-color css
<style>
span { border-color: #8F26A6; }
span { border-color: rgb(143,38,166); }
td.TdClassName
{
border-color: #8F26A6;
}
.TagClassName
{
border-color: #8F26A6;
}
</style>