Shades of Blue Violet #8F1EFC
Tints of Blue Violet #8F1EFC
RGB
CMYK
RGB Variations
Color information
#8F1EFC (or 0x8F1EFC) is known color: Blue Violet. HEX triplet: 8F, 1E and FC. RGB value is (143,30,252). Sum of RGB (Red+Green+Blue) = 143+30+252=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F1EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EFC is #70E103. Grayscale: #585858. Windows color (decimal): -7397636 or 16522895. OLE color: 16522895.
HSL color Cylindrical-coordinate representation of color #8F1EFC: hue angle of 270.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1EFC is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 30 | 252 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.01 |
| HSL | 270.54º | 0.97% | 0.55% | - |
| HSV(B) | 270.54º | 0.88% | 0.99% | - |
| XYZ | 29.36 | 13.8 | 93.21 | - |
| YUV | 89.1 | 219.94 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 252 | 0.43 | 0.88 | 0 | 0.01 | 270.54 | 0.97 | 0.55 |
| Hex | 8F | 1E | FC | 2B | 58 | 0 | 1 | 10F | 61 | 37 |
| Octal | 217 | 36 | 374 | 53 | 130 | 0 | 1 | 417 | 141 | 67 |
| Binary | 10001111 | 11110 | 11111100 | 101011 | 1011000 | 0 | 1 | 100001111 | 1100001 | 110111 |
Color Harmonies of #8F1EFC
Complementary color
Monochromatic Colors of #8F1EFC
Black with #8F1EFC
Text Example
Text Example
White with #8F1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EFC; }
p { color: rgb(143,30,252); }
H1.HeaderClassName
{
color: #8F1EFC;
}
.AnyTagClassName
{
color: #8F1EFC;
}
</style>
background-color css
<style>
a { background-color: #8F1EFC; }
a { background-color: rgb(143,30,252); }
div.DivClassName
{
background-color: #8F1EFC;
}
.BgClassName
{
background-color: #8F1EFC;
}
</style>
border-color css
<style>
span { border-color: #8F1EFC; }
span { border-color: rgb(143,30,252); }
td.TdClassName
{
border-color: #8F1EFC;
}
.TagClassName
{
border-color: #8F1EFC;
}
</style>