Shades of Blue Violet #9F3CF8
Tints of Blue Violet #9F3CF8
RGB
CMYK
RGB Variations
Color information
#9F3CF8 (or 0x9F3CF8) is known color: Blue Violet. HEX triplet: 9F, 3C and F8. RGB value is (159,60,248). Sum of RGB (Red+Green+Blue) = 159+60+248=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #9F3CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CF8 is #60C307. Grayscale: #6E6E6E. Windows color (decimal): -6341384 or 16268447. OLE color: 16268447.
HSL color Cylindrical-coordinate representation of color #9F3CF8: hue angle of 271.6º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F3CF8 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 60 | 248 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.03 |
| HSL | 271.6º | 0.93% | 0.6% | - |
| HSV(B) | 271.6º | 0.76% | 0.97% | - |
| XYZ | 32.86 | 17.38 | 90.43 | - |
| YUV | 111.03 | 205.3 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 248 | 0.36 | 0.76 | 0 | 0.03 | 271.6 | 0.93 | 0.6 |
| Hex | 9F | 3C | F8 | 24 | 4C | 0 | 3 | 110 | 5D | 3C |
| Octal | 237 | 74 | 370 | 44 | 114 | 0 | 3 | 420 | 135 | 74 |
| Binary | 10011111 | 111100 | 11111000 | 100100 | 1001100 | 0 | 11 | 100010000 | 1011101 | 111100 |
Color Harmonies of #9F3CF8
Complementary color
Monochromatic Colors of #9F3CF8
Black with #9F3CF8
Text Example
Text Example
White with #9F3CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CF8; }
p { color: rgb(159,60,248); }
H1.HeaderClassName
{
color: #9F3CF8;
}
.AnyTagClassName
{
color: #9F3CF8;
}
</style>
background-color css
<style>
a { background-color: #9F3CF8; }
a { background-color: rgb(159,60,248); }
div.DivClassName
{
background-color: #9F3CF8;
}
.BgClassName
{
background-color: #9F3CF8;
}
</style>
border-color css
<style>
span { border-color: #9F3CF8; }
span { border-color: rgb(159,60,248); }
td.TdClassName
{
border-color: #9F3CF8;
}
.TagClassName
{
border-color: #9F3CF8;
}
</style>