Shades of Blue Violet #8F3CFF
Tints of Blue Violet #8F3CFF
RGB
CMYK
RGB Variations
Color information
#8F3CFF (or 0x8F3CFF) is known color: Blue Violet. HEX triplet: 8F, 3C and FF. RGB value is (143,60,255). Sum of RGB (Red+Green+Blue) = 143+60+255=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3CFF is #70C300. Grayscale: #6A6A6A. Windows color (decimal): -7389953 or 16727183. OLE color: 16727183.
HSL color Cylindrical-coordinate representation of color #8F3CFF: hue angle of 265.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F3CFF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 60 | 255 | - |
| CMYK | 0.44 | 0.76 | 0 | 0 |
| HSL | 265.54º | 1% | 0.62% | - |
| HSV(B) | 265.54º | 0.76% | 1% | - |
| XYZ | 30.99 | 16.29 | 96.12 | - |
| YUV | 107.05 | 211.5 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 255 | 0.44 | 0.76 | 0 | 0 | 265.54 | 1 | 0.62 |
| Hex | 8F | 3C | FF | 2C | 4C | 0 | 0 | 10A | 64 | 3E |
| Octal | 217 | 74 | 377 | 54 | 114 | 0 | 0 | 412 | 144 | 76 |
| Binary | 10001111 | 111100 | 11111111 | 101100 | 1001100 | 0 | 0 | 100001010 | 1100100 | 111110 |
Color Harmonies of #8F3CFF
Complementary color
Monochromatic Colors of #8F3CFF
Black with #8F3CFF
Text Example
Text Example
White with #8F3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3CFF; }
p { color: rgb(143,60,255); }
H1.HeaderClassName
{
color: #8F3CFF;
}
.AnyTagClassName
{
color: #8F3CFF;
}
</style>
background-color css
<style>
a { background-color: #8F3CFF; }
a { background-color: rgb(143,60,255); }
div.DivClassName
{
background-color: #8F3CFF;
}
.BgClassName
{
background-color: #8F3CFF;
}
</style>
border-color css
<style>
span { border-color: #8F3CFF; }
span { border-color: rgb(143,60,255); }
td.TdClassName
{
border-color: #8F3CFF;
}
.TagClassName
{
border-color: #8F3CFF;
}
</style>