Shades of Vivid Violet #8F409B
Tints of Vivid Violet #8F409B
RGB
CMYK
RGB Variations
Color information
#8F409B (or 0x8F409B) is known color: Vivid Violet. HEX triplet: 8F, 40 and 9B. RGB value is (143,64,155). Sum of RGB (Red+Green+Blue) = 143+64+155=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F409B is #70BF64. Grayscale: #616161. Windows color (decimal): -7389029 or 10174607. OLE color: 10174607.
HSL color Cylindrical-coordinate representation of color #8F409B: hue angle of 292.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F409B is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 64 | 155 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.39 |
| HSL | 292.09º | 0.42% | 0.43% | - |
| HSV(B) | 292.09º | 0.59% | 0.61% | - |
| XYZ | 19.08 | 11.87 | 32.3 | - |
| YUV | 98 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 155 | 0.08 | 0.59 | 0 | 0.39 | 292.09 | 0.42 | 0.43 |
| Hex | 8F | 40 | 9B | 8 | 3B | 0 | 27 | 124 | 2A | 2B |
| Octal | 217 | 100 | 233 | 10 | 73 | 0 | 47 | 444 | 52 | 53 |
| Binary | 10001111 | 1000000 | 10011011 | 1000 | 111011 | 0 | 100111 | 100100100 | 101010 | 101011 |
Color Harmonies of #8F409B
Complementary color
Monochromatic Colors of #8F409B
Black with #8F409B
Text Example
Text Example
White with #8F409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F409B; }
p { color: rgb(143,64,155); }
H1.HeaderClassName
{
color: #8F409B;
}
.AnyTagClassName
{
color: #8F409B;
}
</style>
background-color css
<style>
a { background-color: #8F409B; }
a { background-color: rgb(143,64,155); }
div.DivClassName
{
background-color: #8F409B;
}
.BgClassName
{
background-color: #8F409B;
}
</style>
border-color css
<style>
span { border-color: #8F409B; }
span { border-color: rgb(143,64,155); }
td.TdClassName
{
border-color: #8F409B;
}
.TagClassName
{
border-color: #8F409B;
}
</style>