Shades of Vivid Violet #8F289C
Tints of Vivid Violet #8F289C
RGB
CMYK
RGB Variations
Color information
#8F289C (or 0x8F289C) is known color: Vivid Violet. HEX triplet: 8F, 28 and 9C. RGB value is (143,40,156). Sum of RGB (Red+Green+Blue) = 143+40+156=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F289C is #70D763. Grayscale: #535353. Windows color (decimal): -7395172 or 10233999. OLE color: 10233999.
HSL color Cylindrical-coordinate representation of color #8F289C: hue angle of 293.28º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F289C is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 40 | 156 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.39 |
| HSL | 293.28º | 0.59% | 0.38% | - |
| HSV(B) | 293.28º | 0.74% | 0.61% | - |
| XYZ | 18.09 | 9.76 | 32.38 | - |
| YUV | 84.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 156 | 0.08 | 0.74 | 0 | 0.39 | 293.28 | 0.59 | 0.38 |
| Hex | 8F | 28 | 9C | 8 | 4A | 0 | 27 | 125 | 3B | 26 |
| Octal | 217 | 50 | 234 | 10 | 112 | 0 | 47 | 445 | 73 | 46 |
| Binary | 10001111 | 101000 | 10011100 | 1000 | 1001010 | 0 | 100111 | 100100101 | 111011 | 100110 |
Color Harmonies of #8F289C
Complementary color
Monochromatic Colors of #8F289C
Black with #8F289C
Text Example
Text Example
White with #8F289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F289C; }
p { color: rgb(143,40,156); }
H1.HeaderClassName
{
color: #8F289C;
}
.AnyTagClassName
{
color: #8F289C;
}
</style>
background-color css
<style>
a { background-color: #8F289C; }
a { background-color: rgb(143,40,156); }
div.DivClassName
{
background-color: #8F289C;
}
.BgClassName
{
background-color: #8F289C;
}
</style>
border-color css
<style>
span { border-color: #8F289C; }
span { border-color: rgb(143,40,156); }
td.TdClassName
{
border-color: #8F289C;
}
.TagClassName
{
border-color: #8F289C;
}
</style>