Shades of Vivid Violet #8F1EAA
Tints of Vivid Violet #8F1EAA
RGB
CMYK
RGB Variations
Color information
#8F1EAA (or 0x8F1EAA) is known color: Vivid Violet. HEX triplet: 8F, 1E and AA. RGB value is (143,30,170). Sum of RGB (Red+Green+Blue) = 143+30+170=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1EAA is #70E155. Grayscale: #4F4F4F. Windows color (decimal): -7397718 or 11148943. OLE color: 11148943.
HSL color Cylindrical-coordinate representation of color #8F1EAA: hue angle of 288.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1EAA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 30 | 170 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.33 |
| HSL | 288.43º | 0.7% | 0.39% | - |
| HSV(B) | 288.43º | 0.82% | 0.67% | - |
| XYZ | 19.05 | 9.67 | 38.89 | - |
| YUV | 79.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 170 | 0.16 | 0.82 | 0 | 0.33 | 288.43 | 0.7 | 0.39 |
| Hex | 8F | 1E | AA | 10 | 52 | 0 | 21 | 120 | 46 | 27 |
| Octal | 217 | 36 | 252 | 20 | 122 | 0 | 41 | 440 | 106 | 47 |
| Binary | 10001111 | 11110 | 10101010 | 10000 | 1010010 | 0 | 100001 | 100100000 | 1000110 | 100111 |
Color Harmonies of #8F1EAA
Complementary color
Monochromatic Colors of #8F1EAA
Black with #8F1EAA
Text Example
Text Example
White with #8F1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EAA; }
p { color: rgb(143,30,170); }
H1.HeaderClassName
{
color: #8F1EAA;
}
.AnyTagClassName
{
color: #8F1EAA;
}
</style>
background-color css
<style>
a { background-color: #8F1EAA; }
a { background-color: rgb(143,30,170); }
div.DivClassName
{
background-color: #8F1EAA;
}
.BgClassName
{
background-color: #8F1EAA;
}
</style>
border-color css
<style>
span { border-color: #8F1EAA; }
span { border-color: rgb(143,30,170); }
td.TdClassName
{
border-color: #8F1EAA;
}
.TagClassName
{
border-color: #8F1EAA;
}
</style>