Shades of Vivid Violet #8F318B
Tints of Vivid Violet #8F318B
RGB
CMYK
RGB Variations
Color information
#8F318B (or 0x8F318B) is known color: Vivid Violet. HEX triplet: 8F, 31 and 8B. RGB value is (143,49,139). Sum of RGB (Red+Green+Blue) = 143+49+139=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F318B is #70CE74. Grayscale: #575757. Windows color (decimal): -7392885 or 9122191. OLE color: 9122191.
HSL color Cylindrical-coordinate representation of color #8F318B: hue angle of 302.55º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F318B is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 139 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.44 |
| HSL | 302.55º | 0.49% | 0.38% | - |
| HSV(B) | 302.55º | 0.66% | 0.56% | - |
| XYZ | 17.09 | 9.9 | 25.44 | - |
| YUV | 87.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 139 | 0 | 0.66 | 0.03 | 0.44 | 302.55 | 0.49 | 0.38 |
| Hex | 8F | 31 | 8B | 0 | 42 | 3 | 2C | 12F | 31 | 26 |
| Octal | 217 | 61 | 213 | 0 | 102 | 3 | 54 | 457 | 61 | 46 |
| Binary | 10001111 | 110001 | 10001011 | 0 | 1000010 | 11 | 101100 | 100101111 | 110001 | 100110 |
Color Harmonies of #8F318B
Complementary color
Monochromatic Colors of #8F318B
Black with #8F318B
Text Example
Text Example
White with #8F318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F318B; }
p { color: rgb(143,49,139); }
H1.HeaderClassName
{
color: #8F318B;
}
.AnyTagClassName
{
color: #8F318B;
}
</style>
background-color css
<style>
a { background-color: #8F318B; }
a { background-color: rgb(143,49,139); }
div.DivClassName
{
background-color: #8F318B;
}
.BgClassName
{
background-color: #8F318B;
}
</style>
border-color css
<style>
span { border-color: #8F318B; }
span { border-color: rgb(143,49,139); }
td.TdClassName
{
border-color: #8F318B;
}
.TagClassName
{
border-color: #8F318B;
}
</style>