Shades of Vivid Violet #8F2495
Tints of Vivid Violet #8F2495
RGB
CMYK
RGB Variations
Color information
#8F2495 (or 0x8F2495) is known color: Vivid Violet. HEX triplet: 8F, 24 and 95. RGB value is (143,36,149). Sum of RGB (Red+Green+Blue) = 143+36+149=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F2495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2495 is #70DB6A. Grayscale: #505050. Windows color (decimal): -7396203 or 9774223. OLE color: 9774223.
HSL color Cylindrical-coordinate representation of color #8F2495: hue angle of 296.81º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2495 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 36 | 149 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.42 |
| HSL | 296.81º | 0.61% | 0.36% | - |
| HSV(B) | 296.81º | 0.76% | 0.58% | - |
| XYZ | 17.38 | 9.27 | 29.31 | - |
| YUV | 80.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 149 | 0.04 | 0.76 | 0 | 0.42 | 296.81 | 0.61 | 0.36 |
| Hex | 8F | 24 | 95 | 4 | 4C | 0 | 2A | 129 | 3D | 24 |
| Octal | 217 | 44 | 225 | 4 | 114 | 0 | 52 | 451 | 75 | 44 |
| Binary | 10001111 | 100100 | 10010101 | 100 | 1001100 | 0 | 101010 | 100101001 | 111101 | 100100 |
Color Harmonies of #8F2495
Complementary color
Monochromatic Colors of #8F2495
Black with #8F2495
Text Example
Text Example
White with #8F2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2495; }
p { color: rgb(143,36,149); }
H1.HeaderClassName
{
color: #8F2495;
}
.AnyTagClassName
{
color: #8F2495;
}
</style>
background-color css
<style>
a { background-color: #8F2495; }
a { background-color: rgb(143,36,149); }
div.DivClassName
{
background-color: #8F2495;
}
.BgClassName
{
background-color: #8F2495;
}
</style>
border-color css
<style>
span { border-color: #8F2495; }
span { border-color: rgb(143,36,149); }
td.TdClassName
{
border-color: #8F2495;
}
.TagClassName
{
border-color: #8F2495;
}
</style>