Shades of Blue Violet #8F38FC
Tints of Blue Violet #8F38FC
RGB
CMYK
RGB Variations
Color information
#8F38FC (or 0x8F38FC) is known color: Blue Violet. HEX triplet: 8F, 38 and FC. RGB value is (143,56,252). Sum of RGB (Red+Green+Blue) = 143+56+252=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F38FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F38FC is #70C703. Grayscale: #676767. Windows color (decimal): -7390980 or 16529551. OLE color: 16529551.
HSL color Cylindrical-coordinate representation of color #8F38FC: hue angle of 266.63º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F38FC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 56 | 252 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.01 |
| HSL | 266.63º | 0.97% | 0.6% | - |
| HSV(B) | 266.63º | 0.78% | 0.99% | - |
| XYZ | 30.31 | 15.7 | 93.53 | - |
| YUV | 104.36 | 211.32 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 252 | 0.43 | 0.78 | 0 | 0.01 | 266.63 | 0.97 | 0.6 |
| Hex | 8F | 38 | FC | 2B | 4E | 0 | 1 | 10B | 61 | 3C |
| Octal | 217 | 70 | 374 | 53 | 116 | 0 | 1 | 413 | 141 | 74 |
| Binary | 10001111 | 111000 | 11111100 | 101011 | 1001110 | 0 | 1 | 100001011 | 1100001 | 111100 |
Color Harmonies of #8F38FC
Complementary color
Monochromatic Colors of #8F38FC
Black with #8F38FC
Text Example
Text Example
White with #8F38FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38FC; }
p { color: rgb(143,56,252); }
H1.HeaderClassName
{
color: #8F38FC;
}
.AnyTagClassName
{
color: #8F38FC;
}
</style>
background-color css
<style>
a { background-color: #8F38FC; }
a { background-color: rgb(143,56,252); }
div.DivClassName
{
background-color: #8F38FC;
}
.BgClassName
{
background-color: #8F38FC;
}
</style>
border-color css
<style>
span { border-color: #8F38FC; }
span { border-color: rgb(143,56,252); }
td.TdClassName
{
border-color: #8F38FC;
}
.TagClassName
{
border-color: #8F38FC;
}
</style>