Shades of Blue Violet #8F36FE
Tints of Blue Violet #8F36FE
RGB
CMYK
RGB Variations
Color information
#8F36FE (or 0x8F36FE) is known color: Blue Violet. HEX triplet: 8F, 36 and FE. RGB value is (143,54,254). Sum of RGB (Red+Green+Blue) = 143+54+254=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F36FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F36FE is #70C901. Grayscale: #666666. Windows color (decimal): -7391490 or 16660111. OLE color: 16660111.
HSL color Cylindrical-coordinate representation of color #8F36FE: hue angle of 266.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F36FE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 54 | 254 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.00 |
| HSL | 266.7º | 0.99% | 0.6% | - |
| HSV(B) | 266.7º | 0.79% | 1% | - |
| XYZ | 30.54 | 15.63 | 95.17 | - |
| YUV | 103.41 | 212.99 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 254 | 0.44 | 0.79 | 0 | 0.00 | 266.7 | 0.99 | 0.6 |
| Hex | 8F | 36 | FE | 2C | 4F | 0 | 0 | 10B | 63 | 3C |
| Octal | 217 | 66 | 376 | 54 | 117 | 0 | 0 | 413 | 143 | 74 |
| Binary | 10001111 | 110110 | 11111110 | 101100 | 1001111 | 0 | 0 | 100001011 | 1100011 | 111100 |
Color Harmonies of #8F36FE
Complementary color
Monochromatic Colors of #8F36FE
Black with #8F36FE
Text Example
Text Example
White with #8F36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36FE; }
p { color: rgb(143,54,254); }
H1.HeaderClassName
{
color: #8F36FE;
}
.AnyTagClassName
{
color: #8F36FE;
}
</style>
background-color css
<style>
a { background-color: #8F36FE; }
a { background-color: rgb(143,54,254); }
div.DivClassName
{
background-color: #8F36FE;
}
.BgClassName
{
background-color: #8F36FE;
}
</style>
border-color css
<style>
span { border-color: #8F36FE; }
span { border-color: rgb(143,54,254); }
td.TdClassName
{
border-color: #8F36FE;
}
.TagClassName
{
border-color: #8F36FE;
}
</style>