Shades of Blue Violet #9F3CFA
Tints of Blue Violet #9F3CFA
RGB
CMYK
RGB Variations
Color information
#9F3CFA (or 0x9F3CFA) is known color: Blue Violet. HEX triplet: 9F, 3C and FA. RGB value is (159,60,250). Sum of RGB (Red+Green+Blue) = 159+60+250=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F3CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CFA is #60C305. Grayscale: #6E6E6E. Windows color (decimal): -6341382 or 16399519. OLE color: 16399519.
HSL color Cylindrical-coordinate representation of color #9F3CFA: hue angle of 271.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F3CFA is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 60 | 250 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.02 |
| HSL | 271.26º | 0.95% | 0.61% | - |
| HSV(B) | 271.26º | 0.76% | 0.98% | - |
| XYZ | 33.17 | 17.5 | 92.07 | - |
| YUV | 111.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 250 | 0.36 | 0.76 | 0 | 0.02 | 271.26 | 0.95 | 0.61 |
| Hex | 9F | 3C | FA | 24 | 4C | 0 | 2 | 10F | 5F | 3D |
| Octal | 237 | 74 | 372 | 44 | 114 | 0 | 2 | 417 | 137 | 75 |
| Binary | 10011111 | 111100 | 11111010 | 100100 | 1001100 | 0 | 10 | 100001111 | 1011111 | 111101 |
Color Harmonies of #9F3CFA
Complementary color
Monochromatic Colors of #9F3CFA
Black with #9F3CFA
Text Example
Text Example
White with #9F3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CFA; }
p { color: rgb(159,60,250); }
H1.HeaderClassName
{
color: #9F3CFA;
}
.AnyTagClassName
{
color: #9F3CFA;
}
</style>
background-color css
<style>
a { background-color: #9F3CFA; }
a { background-color: rgb(159,60,250); }
div.DivClassName
{
background-color: #9F3CFA;
}
.BgClassName
{
background-color: #9F3CFA;
}
</style>
border-color css
<style>
span { border-color: #9F3CFA; }
span { border-color: rgb(159,60,250); }
td.TdClassName
{
border-color: #9F3CFA;
}
.TagClassName
{
border-color: #9F3CFA;
}
</style>