Shades of Vivid Violet #8F259E
Tints of Vivid Violet #8F259E
RGB
CMYK
RGB Variations
Color information
#8F259E (or 0x8F259E) is known color: Vivid Violet. HEX triplet: 8F, 25 and 9E. RGB value is (143,37,158). Sum of RGB (Red+Green+Blue) = 143+37+158=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F259E is #70DA61. Grayscale: #525252. Windows color (decimal): -7395938 or 10364303. OLE color: 10364303.
HSL color Cylindrical-coordinate representation of color #8F259E: hue angle of 292.56º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F259E is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 37 | 158 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.38 |
| HSL | 292.56º | 0.62% | 0.38% | - |
| HSV(B) | 292.56º | 0.77% | 0.62% | - |
| XYZ | 18.16 | 9.63 | 33.25 | - |
| YUV | 82.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 158 | 0.09 | 0.77 | 0 | 0.38 | 292.56 | 0.62 | 0.38 |
| Hex | 8F | 25 | 9E | 9 | 4D | 0 | 26 | 125 | 3E | 26 |
| Octal | 217 | 45 | 236 | 11 | 115 | 0 | 46 | 445 | 76 | 46 |
| Binary | 10001111 | 100101 | 10011110 | 1001 | 1001101 | 0 | 100110 | 100100101 | 111110 | 100110 |
Color Harmonies of #8F259E
Complementary color
Monochromatic Colors of #8F259E
Black with #8F259E
Text Example
Text Example
White with #8F259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F259E; }
p { color: rgb(143,37,158); }
H1.HeaderClassName
{
color: #8F259E;
}
.AnyTagClassName
{
color: #8F259E;
}
</style>
background-color css
<style>
a { background-color: #8F259E; }
a { background-color: rgb(143,37,158); }
div.DivClassName
{
background-color: #8F259E;
}
.BgClassName
{
background-color: #8F259E;
}
</style>
border-color css
<style>
span { border-color: #8F259E; }
span { border-color: rgb(143,37,158); }
td.TdClassName
{
border-color: #8F259E;
}
.TagClassName
{
border-color: #8F259E;
}
</style>