Shades of Vivid Violet #8F328F
Tints of Vivid Violet #8F328F
RGB
CMYK
RGB Variations
Color information
#8F328F (or 0x8F328F) is known color: Vivid Violet. HEX triplet: 8F, 32 and 8F. RGB value is (143,50,143). Sum of RGB (Red+Green+Blue) = 143+50+143=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F328F is #70CD70. Grayscale: #585858. Windows color (decimal): -7392625 or 9384591. OLE color: 9384591.
HSL color Cylindrical-coordinate representation of color #8F328F: hue angle of 300º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F328F is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 143 | - |
| CMYK | 0 | 0.65 | 0 | 0.44 |
| HSL | 300º | 0.48% | 0.38% | - |
| HSV(B) | 300º | 0.65% | 0.56% | - |
| XYZ | 17.43 | 10.1 | 27.02 | - |
| YUV | 88.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 143 | 0 | 0.65 | 0 | 0.44 | 300 | 0.48 | 0.38 |
| Hex | 8F | 32 | 8F | 0 | 41 | 0 | 2C | 12C | 30 | 26 |
| Octal | 217 | 62 | 217 | 0 | 101 | 0 | 54 | 454 | 60 | 46 |
| Binary | 10001111 | 110010 | 10001111 | 0 | 1000001 | 0 | 101100 | 100101100 | 110000 | 100110 |
Color Harmonies of #8F328F
Complementary color
Monochromatic Colors of #8F328F
Black with #8F328F
Text Example
Text Example
White with #8F328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F328F; }
p { color: rgb(143,50,143); }
H1.HeaderClassName
{
color: #8F328F;
}
.AnyTagClassName
{
color: #8F328F;
}
</style>
background-color css
<style>
a { background-color: #8F328F; }
a { background-color: rgb(143,50,143); }
div.DivClassName
{
background-color: #8F328F;
}
.BgClassName
{
background-color: #8F328F;
}
</style>
border-color css
<style>
span { border-color: #8F328F; }
span { border-color: rgb(143,50,143); }
td.TdClassName
{
border-color: #8F328F;
}
.TagClassName
{
border-color: #8F328F;
}
</style>