Shades of Vivid Violet #8F259C
Tints of Vivid Violet #8F259C
RGB
CMYK
RGB Variations
Color information
#8F259C (or 0x8F259C) is known color: Vivid Violet. HEX triplet: 8F, 25 and 9C. RGB value is (143,37,156). Sum of RGB (Red+Green+Blue) = 143+37+156=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F259C is #70DA63. Grayscale: #515151. Windows color (decimal): -7395940 or 10233231. OLE color: 10233231.
HSL color Cylindrical-coordinate representation of color #8F259C: hue angle of 293.45º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F259C is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 37 | 156 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.39 |
| HSL | 293.45º | 0.62% | 0.38% | - |
| HSV(B) | 293.45º | 0.76% | 0.61% | - |
| XYZ | 17.99 | 9.56 | 32.35 | - |
| YUV | 82.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 156 | 0.08 | 0.76 | 0 | 0.39 | 293.45 | 0.62 | 0.38 |
| Hex | 8F | 25 | 9C | 8 | 4C | 0 | 27 | 125 | 3E | 26 |
| Octal | 217 | 45 | 234 | 10 | 114 | 0 | 47 | 445 | 76 | 46 |
| Binary | 10001111 | 100101 | 10011100 | 1000 | 1001100 | 0 | 100111 | 100100101 | 111110 | 100110 |
Color Harmonies of #8F259C
Complementary color
Monochromatic Colors of #8F259C
Black with #8F259C
Text Example
Text Example
White with #8F259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F259C; }
p { color: rgb(143,37,156); }
H1.HeaderClassName
{
color: #8F259C;
}
.AnyTagClassName
{
color: #8F259C;
}
</style>
background-color css
<style>
a { background-color: #8F259C; }
a { background-color: rgb(143,37,156); }
div.DivClassName
{
background-color: #8F259C;
}
.BgClassName
{
background-color: #8F259C;
}
</style>
border-color css
<style>
span { border-color: #8F259C; }
span { border-color: rgb(143,37,156); }
td.TdClassName
{
border-color: #8F259C;
}
.TagClassName
{
border-color: #8F259C;
}
</style>