Shades of Blue Violet #9F3CEF
Tints of Blue Violet #9F3CEF
RGB
CMYK
RGB Variations
Color information
#9F3CEF (or 0x9F3CEF) is known color: Blue Violet. HEX triplet: 9F, 3C and EF. RGB value is (159,60,239). Sum of RGB (Red+Green+Blue) = 159+60+239=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F3CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3CEF is #60C310. Grayscale: #6D6D6D. Windows color (decimal): -6341393 or 15678623. OLE color: 15678623.
HSL color Cylindrical-coordinate representation of color #9F3CEF: hue angle of 273.18º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3CEF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 60 | 239 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.06 |
| HSL | 273.18º | 0.85% | 0.59% | - |
| HSV(B) | 273.18º | 0.75% | 0.94% | - |
| XYZ | 31.49 | 16.83 | 83.25 | - |
| YUV | 110.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 239 | 0.33 | 0.75 | 0 | 0.06 | 273.18 | 0.85 | 0.59 |
| Hex | 9F | 3C | EF | 21 | 4B | 0 | 6 | 111 | 55 | 3B |
| Octal | 237 | 74 | 357 | 41 | 113 | 0 | 6 | 421 | 125 | 73 |
| Binary | 10011111 | 111100 | 11101111 | 100001 | 1001011 | 0 | 110 | 100010001 | 1010101 | 111011 |
Color Harmonies of #9F3CEF
Complementary color
Monochromatic Colors of #9F3CEF
Black with #9F3CEF
Text Example
Text Example
White with #9F3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CEF; }
p { color: rgb(159,60,239); }
H1.HeaderClassName
{
color: #9F3CEF;
}
.AnyTagClassName
{
color: #9F3CEF;
}
</style>
background-color css
<style>
a { background-color: #9F3CEF; }
a { background-color: rgb(159,60,239); }
div.DivClassName
{
background-color: #9F3CEF;
}
.BgClassName
{
background-color: #9F3CEF;
}
</style>
border-color css
<style>
span { border-color: #9F3CEF; }
span { border-color: rgb(159,60,239); }
td.TdClassName
{
border-color: #9F3CEF;
}
.TagClassName
{
border-color: #9F3CEF;
}
</style>