Shades of Vivid Violet #8F469C
Tints of Vivid Violet #8F469C
RGB
CMYK
RGB Variations
Color information
#8F469C (or 0x8F469C) is known color: Vivid Violet. HEX triplet: 8F, 46 and 9C. RGB value is (143,70,156). Sum of RGB (Red+Green+Blue) = 143+70+156=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F469C is #70B963. Grayscale: #656565. Windows color (decimal): -7387492 or 10241679. OLE color: 10241679.
HSL color Cylindrical-coordinate representation of color #8F469C: hue angle of 290.93º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F469C is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 70 | 156 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.39 |
| HSL | 290.93º | 0.38% | 0.44% | - |
| HSV(B) | 290.93º | 0.55% | 0.61% | - |
| XYZ | 19.52 | 12.62 | 32.86 | - |
| YUV | 101.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 156 | 0.08 | 0.55 | 0 | 0.39 | 290.93 | 0.38 | 0.44 |
| Hex | 8F | 46 | 9C | 8 | 37 | 0 | 27 | 123 | 26 | 2C |
| Octal | 217 | 106 | 234 | 10 | 67 | 0 | 47 | 443 | 46 | 54 |
| Binary | 10001111 | 1000110 | 10011100 | 1000 | 110111 | 0 | 100111 | 100100011 | 100110 | 101100 |
Color Harmonies of #8F469C
Complementary color
Monochromatic Colors of #8F469C
Black with #8F469C
Text Example
Text Example
White with #8F469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F469C; }
p { color: rgb(143,70,156); }
H1.HeaderClassName
{
color: #8F469C;
}
.AnyTagClassName
{
color: #8F469C;
}
</style>
background-color css
<style>
a { background-color: #8F469C; }
a { background-color: rgb(143,70,156); }
div.DivClassName
{
background-color: #8F469C;
}
.BgClassName
{
background-color: #8F469C;
}
</style>
border-color css
<style>
span { border-color: #8F469C; }
span { border-color: rgb(143,70,156); }
td.TdClassName
{
border-color: #8F469C;
}
.TagClassName
{
border-color: #8F469C;
}
</style>