Shades of Blue Violet #8F26EC
Tints of Blue Violet #8F26EC
RGB
CMYK
RGB Variations
Color information
#8F26EC (or 0x8F26EC) is known color: Blue Violet. HEX triplet: 8F, 26 and EC. RGB value is (143,38,236). Sum of RGB (Red+Green+Blue) = 143+38+236=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F26EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F26EC is #70D913. Grayscale: #5B5B5B. Windows color (decimal): -7395604 or 15476367. OLE color: 15476367.
HSL color Cylindrical-coordinate representation of color #8F26EC: hue angle of 271.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F26EC is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 38 | 236 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.07 |
| HSL | 271.82º | 0.84% | 0.54% | - |
| HSV(B) | 271.82º | 0.84% | 0.93% | - |
| XYZ | 27.16 | 13.28 | 80.49 | - |
| YUV | 91.97 | 209.29 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 236 | 0.39 | 0.84 | 0 | 0.07 | 271.82 | 0.84 | 0.54 |
| Hex | 8F | 26 | EC | 27 | 54 | 0 | 7 | 110 | 54 | 36 |
| Octal | 217 | 46 | 354 | 47 | 124 | 0 | 7 | 420 | 124 | 66 |
| Binary | 10001111 | 100110 | 11101100 | 100111 | 1010100 | 0 | 111 | 100010000 | 1010100 | 110110 |
Color Harmonies of #8F26EC
Complementary color
Monochromatic Colors of #8F26EC
Black with #8F26EC
Text Example
Text Example
White with #8F26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F26EC; }
p { color: rgb(143,38,236); }
H1.HeaderClassName
{
color: #8F26EC;
}
.AnyTagClassName
{
color: #8F26EC;
}
</style>
background-color css
<style>
a { background-color: #8F26EC; }
a { background-color: rgb(143,38,236); }
div.DivClassName
{
background-color: #8F26EC;
}
.BgClassName
{
background-color: #8F26EC;
}
</style>
border-color css
<style>
span { border-color: #8F26EC; }
span { border-color: rgb(143,38,236); }
td.TdClassName
{
border-color: #8F26EC;
}
.TagClassName
{
border-color: #8F26EC;
}
</style>