Shades of Vivid Violet #8F3DA1
Tints of Vivid Violet #8F3DA1
RGB
CMYK
RGB Variations
Color information
#8F3DA1 (or 0x8F3DA1) is known color: Vivid Violet. HEX triplet: 8F, 3D and A1. RGB value is (143,61,161). Sum of RGB (Red+Green+Blue) = 143+61+161=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #8F3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3DA1 is #70C25E. Grayscale: #606060. Windows color (decimal): -7389791 or 10567055. OLE color: 10567055.
HSL color Cylindrical-coordinate representation of color #8F3DA1: hue angle of 289.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3DA1 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 61 | 161 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.37 |
| HSL | 289.2º | 0.45% | 0.44% | - |
| HSV(B) | 289.2º | 0.62% | 0.63% | - |
| XYZ | 19.43 | 11.75 | 34.96 | - |
| YUV | 96.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 161 | 0.11 | 0.62 | 0 | 0.37 | 289.2 | 0.45 | 0.44 |
| Hex | 8F | 3D | A1 | B | 3E | 0 | 25 | 121 | 2D | 2C |
| Octal | 217 | 75 | 241 | 13 | 76 | 0 | 45 | 441 | 55 | 54 |
| Binary | 10001111 | 111101 | 10100001 | 1011 | 111110 | 0 | 100101 | 100100001 | 101101 | 101100 |
Color Harmonies of #8F3DA1
Complementary color
Monochromatic Colors of #8F3DA1
Black with #8F3DA1
Text Example
Text Example
White with #8F3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3DA1; }
p { color: rgb(143,61,161); }
H1.HeaderClassName
{
color: #8F3DA1;
}
.AnyTagClassName
{
color: #8F3DA1;
}
</style>
background-color css
<style>
a { background-color: #8F3DA1; }
a { background-color: rgb(143,61,161); }
div.DivClassName
{
background-color: #8F3DA1;
}
.BgClassName
{
background-color: #8F3DA1;
}
</style>
border-color css
<style>
span { border-color: #8F3DA1; }
span { border-color: rgb(143,61,161); }
td.TdClassName
{
border-color: #8F3DA1;
}
.TagClassName
{
border-color: #8F3DA1;
}
</style>