Shades of Vivid Violet #8F468B
Tints of Vivid Violet #8F468B
RGB
CMYK
RGB Variations
Color information
#8F468B (or 0x8F468B) is known color: Vivid Violet. HEX triplet: 8F, 46 and 8B. RGB value is (143,70,139). Sum of RGB (Red+Green+Blue) = 143+70+139=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F468B is #70B974. Grayscale: #636363. Windows color (decimal): -7387509 or 9127567. OLE color: 9127567.
HSL color Cylindrical-coordinate representation of color #8F468B: hue angle of 303.29º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F468B is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 139 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.44 |
| HSL | 303.29º | 0.34% | 0.42% | - |
| HSV(B) | 303.29º | 0.51% | 0.56% | - |
| XYZ | 18.18 | 12.08 | 25.8 | - |
| YUV | 99.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 139 | 0 | 0.51 | 0.03 | 0.44 | 303.29 | 0.34 | 0.42 |
| Hex | 8F | 46 | 8B | 0 | 33 | 3 | 2C | 12F | 22 | 2A |
| Octal | 217 | 106 | 213 | 0 | 63 | 3 | 54 | 457 | 42 | 52 |
| Binary | 10001111 | 1000110 | 10001011 | 0 | 110011 | 11 | 101100 | 100101111 | 100010 | 101010 |
Color Harmonies of #8F468B
Complementary color
Monochromatic Colors of #8F468B
Black with #8F468B
Text Example
Text Example
White with #8F468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F468B; }
p { color: rgb(143,70,139); }
H1.HeaderClassName
{
color: #8F468B;
}
.AnyTagClassName
{
color: #8F468B;
}
</style>
background-color css
<style>
a { background-color: #8F468B; }
a { background-color: rgb(143,70,139); }
div.DivClassName
{
background-color: #8F468B;
}
.BgClassName
{
background-color: #8F468B;
}
</style>
border-color css
<style>
span { border-color: #8F468B; }
span { border-color: rgb(143,70,139); }
td.TdClassName
{
border-color: #8F468B;
}
.TagClassName
{
border-color: #8F468B;
}
</style>