Shades of Vivid Violet #8F41A3
Tints of Vivid Violet #8F41A3
RGB
CMYK
RGB Variations
Color information
#8F41A3 (or 0x8F41A3) is known color: Vivid Violet. HEX triplet: 8F, 41 and A3. RGB value is (143,65,163). Sum of RGB (Red+Green+Blue) = 143+65+163=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F41A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F41A3 is #70BE5C. Grayscale: #636363. Windows color (decimal): -7388765 or 10699151. OLE color: 10699151.
HSL color Cylindrical-coordinate representation of color #8F41A3: hue angle of 287.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F41A3 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 65 | 163 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.36 |
| HSL | 287.76º | 0.43% | 0.45% | - |
| HSV(B) | 287.76º | 0.6% | 0.64% | - |
| XYZ | 19.83 | 12.26 | 35.97 | - |
| YUV | 99.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 163 | 0.12 | 0.60 | 0 | 0.36 | 287.76 | 0.43 | 0.45 |
| Hex | 8F | 41 | A3 | C | 3C | 0 | 24 | 120 | 2B | 2D |
| Octal | 217 | 101 | 243 | 14 | 74 | 0 | 44 | 440 | 53 | 55 |
| Binary | 10001111 | 1000001 | 10100011 | 1100 | 111100 | 0 | 100100 | 100100000 | 101011 | 101101 |
Color Harmonies of #8F41A3
Complementary color
Monochromatic Colors of #8F41A3
Black with #8F41A3
Text Example
Text Example
White with #8F41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41A3; }
p { color: rgb(143,65,163); }
H1.HeaderClassName
{
color: #8F41A3;
}
.AnyTagClassName
{
color: #8F41A3;
}
</style>
background-color css
<style>
a { background-color: #8F41A3; }
a { background-color: rgb(143,65,163); }
div.DivClassName
{
background-color: #8F41A3;
}
.BgClassName
{
background-color: #8F41A3;
}
</style>
border-color css
<style>
span { border-color: #8F41A3; }
span { border-color: rgb(143,65,163); }
td.TdClassName
{
border-color: #8F41A3;
}
.TagClassName
{
border-color: #8F41A3;
}
</style>