Shades of Vivid Violet #8F408A
Tints of Vivid Violet #8F408A
RGB
CMYK
RGB Variations
Color information
#8F408A (or 0x8F408A) is known color: Vivid Violet. HEX triplet: 8F, 40 and 8A. RGB value is (143,64,138). Sum of RGB (Red+Green+Blue) = 143+64+138=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F408A is #70BF75. Grayscale: #5F5F5F. Windows color (decimal): -7389046 or 9060495. OLE color: 9060495.
HSL color Cylindrical-coordinate representation of color #8F408A: hue angle of 303.8º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F408A is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 138 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.44 |
| HSL | 303.8º | 0.38% | 0.41% | - |
| HSV(B) | 303.8º | 0.55% | 0.56% | - |
| XYZ | 17.75 | 11.34 | 25.3 | - |
| YUV | 96.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 138 | 0 | 0.55 | 0.03 | 0.44 | 303.8 | 0.38 | 0.41 |
| Hex | 8F | 40 | 8A | 0 | 37 | 3 | 2C | 130 | 26 | 29 |
| Octal | 217 | 100 | 212 | 0 | 67 | 3 | 54 | 460 | 46 | 51 |
| Binary | 10001111 | 1000000 | 10001010 | 0 | 110111 | 11 | 101100 | 100110000 | 100110 | 101001 |
Color Harmonies of #8F408A
Complementary color
Monochromatic Colors of #8F408A
Black with #8F408A
Text Example
Text Example
White with #8F408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F408A; }
p { color: rgb(143,64,138); }
H1.HeaderClassName
{
color: #8F408A;
}
.AnyTagClassName
{
color: #8F408A;
}
</style>
background-color css
<style>
a { background-color: #8F408A; }
a { background-color: rgb(143,64,138); }
div.DivClassName
{
background-color: #8F408A;
}
.BgClassName
{
background-color: #8F408A;
}
</style>
border-color css
<style>
span { border-color: #8F408A; }
span { border-color: rgb(143,64,138); }
td.TdClassName
{
border-color: #8F408A;
}
.TagClassName
{
border-color: #8F408A;
}
</style>