Shades of Blue Violet #8F1CE9
Tints of Blue Violet #8F1CE9
RGB
CMYK
RGB Variations
Color information
#8F1CE9 (or 0x8F1CE9) is known color: Blue Violet. HEX triplet: 8F, 1C and E9. RGB value is (143,28,233). Sum of RGB (Red+Green+Blue) = 143+28+233=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #8F1CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1CE9 is #70E316. Grayscale: #555555. Windows color (decimal): -7398167 or 15277199. OLE color: 15277199.
HSL color Cylindrical-coordinate representation of color #8F1CE9: hue angle of 273.66º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1CE9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 28 | 233 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.09 |
| HSL | 273.66º | 0.82% | 0.51% | - |
| HSV(B) | 273.66º | 0.88% | 0.91% | - |
| XYZ | 26.45 | 12.55 | 78.12 | - |
| YUV | 85.76 | 211.1 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 233 | 0.39 | 0.88 | 0 | 0.09 | 273.66 | 0.82 | 0.51 |
| Hex | 8F | 1C | E9 | 27 | 58 | 0 | 9 | 112 | 52 | 33 |
| Octal | 217 | 34 | 351 | 47 | 130 | 0 | 11 | 422 | 122 | 63 |
| Binary | 10001111 | 11100 | 11101001 | 100111 | 1011000 | 0 | 1001 | 100010010 | 1010010 | 110011 |
Color Harmonies of #8F1CE9
Complementary color
Monochromatic Colors of #8F1CE9
Black with #8F1CE9
Text Example
Text Example
White with #8F1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CE9; }
p { color: rgb(143,28,233); }
H1.HeaderClassName
{
color: #8F1CE9;
}
.AnyTagClassName
{
color: #8F1CE9;
}
</style>
background-color css
<style>
a { background-color: #8F1CE9; }
a { background-color: rgb(143,28,233); }
div.DivClassName
{
background-color: #8F1CE9;
}
.BgClassName
{
background-color: #8F1CE9;
}
</style>
border-color css
<style>
span { border-color: #8F1CE9; }
span { border-color: rgb(143,28,233); }
td.TdClassName
{
border-color: #8F1CE9;
}
.TagClassName
{
border-color: #8F1CE9;
}
</style>