Shades of Vivid Violet #8F3C8A
Tints of Vivid Violet #8F3C8A
RGB
CMYK
RGB Variations
Color information
#8F3C8A (or 0x8F3C8A) is known color: Vivid Violet. HEX triplet: 8F, 3C and 8A. RGB value is (143,60,138). Sum of RGB (Red+Green+Blue) = 143+60+138=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3C8A is #70C375. Grayscale: #5D5D5D. Windows color (decimal): -7390070 or 9059471. OLE color: 9059471.
HSL color Cylindrical-coordinate representation of color #8F3C8A: hue angle of 303.61º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C8A is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 138 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.44 |
| HSL | 303.61º | 0.41% | 0.4% | - |
| HSV(B) | 303.61º | 0.58% | 0.56% | - |
| XYZ | 17.53 | 10.91 | 25.23 | - |
| YUV | 93.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 138 | 0 | 0.58 | 0.03 | 0.44 | 303.61 | 0.41 | 0.4 |
| Hex | 8F | 3C | 8A | 0 | 3A | 3 | 2C | 130 | 29 | 28 |
| Octal | 217 | 74 | 212 | 0 | 72 | 3 | 54 | 460 | 51 | 50 |
| Binary | 10001111 | 111100 | 10001010 | 0 | 111010 | 11 | 101100 | 100110000 | 101001 | 101000 |
Color Harmonies of #8F3C8A
Complementary color
Monochromatic Colors of #8F3C8A
Black with #8F3C8A
Text Example
Text Example
White with #8F3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C8A; }
p { color: rgb(143,60,138); }
H1.HeaderClassName
{
color: #8F3C8A;
}
.AnyTagClassName
{
color: #8F3C8A;
}
</style>
background-color css
<style>
a { background-color: #8F3C8A; }
a { background-color: rgb(143,60,138); }
div.DivClassName
{
background-color: #8F3C8A;
}
.BgClassName
{
background-color: #8F3C8A;
}
</style>
border-color css
<style>
span { border-color: #8F3C8A; }
span { border-color: rgb(143,60,138); }
td.TdClassName
{
border-color: #8F3C8A;
}
.TagClassName
{
border-color: #8F3C8A;
}
</style>