Shades of Vivid Violet #8F308D
Tints of Vivid Violet #8F308D
RGB
CMYK
RGB Variations
Color information
#8F308D (or 0x8F308D) is known color: Vivid Violet. HEX triplet: 8F, 30 and 8D. RGB value is (143,48,141). Sum of RGB (Red+Green+Blue) = 143+48+141=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F308D is #70CF72. Grayscale: #565656. Windows color (decimal): -7393139 or 9253007. OLE color: 9253007.
HSL color Cylindrical-coordinate representation of color #8F308D: hue angle of 301.26º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F308D is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 141 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.44 |
| HSL | 301.26º | 0.5% | 0.37% | - |
| HSV(B) | 301.26º | 0.66% | 0.56% | - |
| XYZ | 17.19 | 9.88 | 26.2 | - |
| YUV | 87.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 141 | 0 | 0.66 | 0.01 | 0.44 | 301.26 | 0.5 | 0.37 |
| Hex | 8F | 30 | 8D | 0 | 42 | 1 | 2C | 12D | 32 | 25 |
| Octal | 217 | 60 | 215 | 0 | 102 | 1 | 54 | 455 | 62 | 45 |
| Binary | 10001111 | 110000 | 10001101 | 0 | 1000010 | 1 | 101100 | 100101101 | 110010 | 100101 |
Color Harmonies of #8F308D
Complementary color
Monochromatic Colors of #8F308D
Black with #8F308D
Text Example
Text Example
White with #8F308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F308D; }
p { color: rgb(143,48,141); }
H1.HeaderClassName
{
color: #8F308D;
}
.AnyTagClassName
{
color: #8F308D;
}
</style>
background-color css
<style>
a { background-color: #8F308D; }
a { background-color: rgb(143,48,141); }
div.DivClassName
{
background-color: #8F308D;
}
.BgClassName
{
background-color: #8F308D;
}
</style>
border-color css
<style>
span { border-color: #8F308D; }
span { border-color: rgb(143,48,141); }
td.TdClassName
{
border-color: #8F308D;
}
.TagClassName
{
border-color: #8F308D;
}
</style>