Shades of Blue Violet #8F18FA
Tints of Blue Violet #8F18FA
RGB
CMYK
RGB Variations
Color information
#8F18FA (or 0x8F18FA) is known color: Blue Violet. HEX triplet: 8F, 18 and FA. RGB value is (143,24,250). Sum of RGB (Red+Green+Blue) = 143+24+250=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F18FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F18FA is #70E705. Grayscale: #545454. Windows color (decimal): -7399174 or 16390287. OLE color: 16390287.
HSL color Cylindrical-coordinate representation of color #8F18FA: hue angle of 271.59º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F18FA is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 24 | 250 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.02 |
| HSL | 271.59º | 0.96% | 0.54% | - |
| HSV(B) | 271.59º | 0.9% | 0.98% | - |
| XYZ | 28.91 | 13.4 | 91.5 | - |
| YUV | 85.35 | 220.92 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 250 | 0.43 | 0.90 | 0 | 0.02 | 271.59 | 0.96 | 0.54 |
| Hex | 8F | 18 | FA | 2B | 5A | 0 | 2 | 110 | 60 | 36 |
| Octal | 217 | 30 | 372 | 53 | 132 | 0 | 2 | 420 | 140 | 66 |
| Binary | 10001111 | 11000 | 11111010 | 101011 | 1011010 | 0 | 10 | 100010000 | 1100000 | 110110 |
Color Harmonies of #8F18FA
Complementary color
Monochromatic Colors of #8F18FA
Black with #8F18FA
Text Example
Text Example
White with #8F18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F18FA; }
p { color: rgb(143,24,250); }
H1.HeaderClassName
{
color: #8F18FA;
}
.AnyTagClassName
{
color: #8F18FA;
}
</style>
background-color css
<style>
a { background-color: #8F18FA; }
a { background-color: rgb(143,24,250); }
div.DivClassName
{
background-color: #8F18FA;
}
.BgClassName
{
background-color: #8F18FA;
}
</style>
border-color css
<style>
span { border-color: #8F18FA; }
span { border-color: rgb(143,24,250); }
td.TdClassName
{
border-color: #8F18FA;
}
.TagClassName
{
border-color: #8F18FA;
}
</style>