Shades of Vivid Violet #8F4995
Tints of Vivid Violet #8F4995
RGB
CMYK
RGB Variations
Color information
#8F4995 (or 0x8F4995) is known color: Vivid Violet. HEX triplet: 8F, 49 and 95. RGB value is (143,73,149). Sum of RGB (Red+Green+Blue) = 143+73+149=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4995 is #70B66A. Grayscale: #666666. Windows color (decimal): -7386731 or 9783695. OLE color: 9783695.
HSL color Cylindrical-coordinate representation of color #8F4995: hue angle of 295.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F4995 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 73 | 149 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.42 |
| HSL | 295.26º | 0.34% | 0.44% | - |
| HSV(B) | 295.26º | 0.51% | 0.58% | - |
| XYZ | 19.14 | 12.77 | 29.89 | - |
| YUV | 102.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 149 | 0.04 | 0.51 | 0 | 0.42 | 295.26 | 0.34 | 0.44 |
| Hex | 8F | 49 | 95 | 4 | 33 | 0 | 2A | 127 | 22 | 2C |
| Octal | 217 | 111 | 225 | 4 | 63 | 0 | 52 | 447 | 42 | 54 |
| Binary | 10001111 | 1001001 | 10010101 | 100 | 110011 | 0 | 101010 | 100100111 | 100010 | 101100 |
Color Harmonies of #8F4995
Complementary color
Monochromatic Colors of #8F4995
Black with #8F4995
Text Example
Text Example
White with #8F4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4995; }
p { color: rgb(143,73,149); }
H1.HeaderClassName
{
color: #8F4995;
}
.AnyTagClassName
{
color: #8F4995;
}
</style>
background-color css
<style>
a { background-color: #8F4995; }
a { background-color: rgb(143,73,149); }
div.DivClassName
{
background-color: #8F4995;
}
.BgClassName
{
background-color: #8F4995;
}
</style>
border-color css
<style>
span { border-color: #8F4995; }
span { border-color: rgb(143,73,149); }
td.TdClassName
{
border-color: #8F4995;
}
.TagClassName
{
border-color: #8F4995;
}
</style>