Shades of Blue Violet #9F4CEB
Tints of Blue Violet #9F4CEB
RGB
CMYK
RGB Variations
Color information
#9F4CEB (or 0x9F4CEB) is known color: Blue Violet. HEX triplet: 9F, 4C and EB. RGB value is (159,76,235). Sum of RGB (Red+Green+Blue) = 159+76+235=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4CEB is #60B314. Grayscale: #767676. Windows color (decimal): -6337301 or 15420575. OLE color: 15420575.
HSL color Cylindrical-coordinate representation of color #9F4CEB: hue angle of 271.32º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4CEB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 76 | 235 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.08 |
| HSL | 271.32º | 0.8% | 0.61% | - |
| HSV(B) | 271.32º | 0.68% | 0.92% | - |
| XYZ | 31.88 | 18.54 | 80.5 | - |
| YUV | 118.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 235 | 0.32 | 0.68 | 0 | 0.08 | 271.32 | 0.8 | 0.61 |
| Hex | 9F | 4C | EB | 20 | 44 | 0 | 8 | 10F | 50 | 3D |
| Octal | 237 | 114 | 353 | 40 | 104 | 0 | 10 | 417 | 120 | 75 |
| Binary | 10011111 | 1001100 | 11101011 | 100000 | 1000100 | 0 | 1000 | 100001111 | 1010000 | 111101 |
Color Harmonies of #9F4CEB
Complementary color
Monochromatic Colors of #9F4CEB
Black with #9F4CEB
Text Example
Text Example
White with #9F4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4CEB; }
p { color: rgb(159,76,235); }
H1.HeaderClassName
{
color: #9F4CEB;
}
.AnyTagClassName
{
color: #9F4CEB;
}
</style>
background-color css
<style>
a { background-color: #9F4CEB; }
a { background-color: rgb(159,76,235); }
div.DivClassName
{
background-color: #9F4CEB;
}
.BgClassName
{
background-color: #9F4CEB;
}
</style>
border-color css
<style>
span { border-color: #9F4CEB; }
span { border-color: rgb(159,76,235); }
td.TdClassName
{
border-color: #9F4CEB;
}
.TagClassName
{
border-color: #9F4CEB;
}
</style>