Shades of Vivid Violet #8F2DA4
Tints of Vivid Violet #8F2DA4
RGB
CMYK
RGB Variations
Color information
#8F2DA4 (or 0x8F2DA4) is known color: Vivid Violet. HEX triplet: 8F, 2D and A4. RGB value is (143,45,164). Sum of RGB (Red+Green+Blue) = 143+45+164=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F2DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2DA4 is #70D25B. Grayscale: #575757. Windows color (decimal): -7393884 or 10759567. OLE color: 10759567.
HSL color Cylindrical-coordinate representation of color #8F2DA4: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2DA4 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 45 | 164 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.36 |
| HSL | 289.41º | 0.57% | 0.41% | - |
| HSV(B) | 289.41º | 0.73% | 0.64% | - |
| XYZ | 18.97 | 10.4 | 36.13 | - |
| YUV | 87.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 164 | 0.13 | 0.73 | 0 | 0.36 | 289.41 | 0.57 | 0.41 |
| Hex | 8F | 2D | A4 | D | 49 | 0 | 24 | 121 | 39 | 29 |
| Octal | 217 | 55 | 244 | 15 | 111 | 0 | 44 | 441 | 71 | 51 |
| Binary | 10001111 | 101101 | 10100100 | 1101 | 1001001 | 0 | 100100 | 100100001 | 111001 | 101001 |
Color Harmonies of #8F2DA4
Complementary color
Monochromatic Colors of #8F2DA4
Black with #8F2DA4
Text Example
Text Example
White with #8F2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DA4; }
p { color: rgb(143,45,164); }
H1.HeaderClassName
{
color: #8F2DA4;
}
.AnyTagClassName
{
color: #8F2DA4;
}
</style>
background-color css
<style>
a { background-color: #8F2DA4; }
a { background-color: rgb(143,45,164); }
div.DivClassName
{
background-color: #8F2DA4;
}
.BgClassName
{
background-color: #8F2DA4;
}
</style>
border-color css
<style>
span { border-color: #8F2DA4; }
span { border-color: rgb(143,45,164); }
td.TdClassName
{
border-color: #8F2DA4;
}
.TagClassName
{
border-color: #8F2DA4;
}
</style>