Shades of Vivid Violet #8F4A9C
Tints of Vivid Violet #8F4A9C
RGB
CMYK
RGB Variations
Color information
#8F4A9C (or 0x8F4A9C) is known color: Vivid Violet. HEX triplet: 8F, 4A and 9C. RGB value is (143,74,156). Sum of RGB (Red+Green+Blue) = 143+74+156=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F4A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4A9C is #70B563. Grayscale: #676767. Windows color (decimal): -7386468 or 10242703. OLE color: 10242703.
HSL color Cylindrical-coordinate representation of color #8F4A9C: hue angle of 290.49º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4A9C is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 74 | 156 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.39 |
| HSL | 290.49º | 0.36% | 0.45% | - |
| HSV(B) | 290.49º | 0.53% | 0.61% | - |
| XYZ | 19.78 | 13.14 | 32.95 | - |
| YUV | 103.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 156 | 0.08 | 0.53 | 0 | 0.39 | 290.49 | 0.36 | 0.45 |
| Hex | 8F | 4A | 9C | 8 | 35 | 0 | 27 | 122 | 24 | 2D |
| Octal | 217 | 112 | 234 | 10 | 65 | 0 | 47 | 442 | 44 | 55 |
| Binary | 10001111 | 1001010 | 10011100 | 1000 | 110101 | 0 | 100111 | 100100010 | 100100 | 101101 |
Color Harmonies of #8F4A9C
Complementary color
Monochromatic Colors of #8F4A9C
Black with #8F4A9C
Text Example
Text Example
White with #8F4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4A9C; }
p { color: rgb(143,74,156); }
H1.HeaderClassName
{
color: #8F4A9C;
}
.AnyTagClassName
{
color: #8F4A9C;
}
</style>
background-color css
<style>
a { background-color: #8F4A9C; }
a { background-color: rgb(143,74,156); }
div.DivClassName
{
background-color: #8F4A9C;
}
.BgClassName
{
background-color: #8F4A9C;
}
</style>
border-color css
<style>
span { border-color: #8F4A9C; }
span { border-color: rgb(143,74,156); }
td.TdClassName
{
border-color: #8F4A9C;
}
.TagClassName
{
border-color: #8F4A9C;
}
</style>