Shades of Blue Violet #9F3CFF
Tints of Blue Violet #9F3CFF
RGB
CMYK
RGB Variations
Color information
#9F3CFF (or 0x9F3CFF) is known color: Blue Violet. HEX triplet: 9F, 3C and FF. RGB value is (159,60,255). Sum of RGB (Red+Green+Blue) = 159+60+255=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F3CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CFF is #60C300. Grayscale: #6F6F6F. Windows color (decimal): -6341377 or 16727199. OLE color: 16727199.
HSL color Cylindrical-coordinate representation of color #9F3CFF: hue angle of 270.46º 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 #9F3CFF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 60 | 255 | - |
| CMYK | 0.38 | 0.76 | 0 | 0 |
| HSL | 270.46º | 1% | 0.62% | - |
| HSV(B) | 270.46º | 0.76% | 1% | - |
| XYZ | 33.96 | 17.82 | 96.26 | - |
| YUV | 111.83 | 208.8 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 255 | 0.38 | 0.76 | 0 | 0 | 270.46 | 1 | 0.62 |
| Hex | 9F | 3C | FF | 26 | 4C | 0 | 0 | 10E | 64 | 3E |
| Octal | 237 | 74 | 377 | 46 | 114 | 0 | 0 | 416 | 144 | 76 |
| Binary | 10011111 | 111100 | 11111111 | 100110 | 1001100 | 0 | 0 | 100001110 | 1100100 | 111110 |
Color Harmonies of #9F3CFF
Complementary color
Monochromatic Colors of #9F3CFF
Black with #9F3CFF
Text Example
Text Example
White with #9F3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CFF; }
p { color: rgb(159,60,255); }
H1.HeaderClassName
{
color: #9F3CFF;
}
.AnyTagClassName
{
color: #9F3CFF;
}
</style>
background-color css
<style>
a { background-color: #9F3CFF; }
a { background-color: rgb(159,60,255); }
div.DivClassName
{
background-color: #9F3CFF;
}
.BgClassName
{
background-color: #9F3CFF;
}
</style>
border-color css
<style>
span { border-color: #9F3CFF; }
span { border-color: rgb(159,60,255); }
td.TdClassName
{
border-color: #9F3CFF;
}
.TagClassName
{
border-color: #9F3CFF;
}
</style>