Shades of Vivid Violet #8F358B
Tints of Vivid Violet #8F358B
RGB
CMYK
RGB Variations
Color information
#8F358B (or 0x8F358B) is known color: Vivid Violet. HEX triplet: 8F, 35 and 8B. RGB value is (143,53,139). Sum of RGB (Red+Green+Blue) = 143+53+139=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F358B is #70CA74. Grayscale: #595959. Windows color (decimal): -7391861 or 9123215. OLE color: 9123215.
HSL color Cylindrical-coordinate representation of color #8F358B: hue angle of 302.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F358B is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 139 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.44 |
| HSL | 302.67º | 0.46% | 0.38% | - |
| HSV(B) | 302.67º | 0.63% | 0.56% | - |
| XYZ | 17.26 | 10.25 | 25.49 | - |
| YUV | 89.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 139 | 0 | 0.63 | 0.03 | 0.44 | 302.67 | 0.46 | 0.38 |
| Hex | 8F | 35 | 8B | 0 | 3F | 3 | 2C | 12F | 2E | 26 |
| Octal | 217 | 65 | 213 | 0 | 77 | 3 | 54 | 457 | 56 | 46 |
| Binary | 10001111 | 110101 | 10001011 | 0 | 111111 | 11 | 101100 | 100101111 | 101110 | 100110 |
Color Harmonies of #8F358B
Complementary color
Monochromatic Colors of #8F358B
Black with #8F358B
Text Example
Text Example
White with #8F358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F358B; }
p { color: rgb(143,53,139); }
H1.HeaderClassName
{
color: #8F358B;
}
.AnyTagClassName
{
color: #8F358B;
}
</style>
background-color css
<style>
a { background-color: #8F358B; }
a { background-color: rgb(143,53,139); }
div.DivClassName
{
background-color: #8F358B;
}
.BgClassName
{
background-color: #8F358B;
}
</style>
border-color css
<style>
span { border-color: #8F358B; }
span { border-color: rgb(143,53,139); }
td.TdClassName
{
border-color: #8F358B;
}
.TagClassName
{
border-color: #8F358B;
}
</style>