Shades of Blue Violet #9F4BEC
Tints of Blue Violet #9F4BEC
RGB
CMYK
RGB Variations
Color information
#9F4BEC (or 0x9F4BEC) is known color: Blue Violet. HEX triplet: 9F, 4B and EC. RGB value is (159,75,236). Sum of RGB (Red+Green+Blue) = 159+75+236=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4BEC is #60B413. Grayscale: #757575. Windows color (decimal): -6337556 or 15485855. OLE color: 15485855.
HSL color Cylindrical-coordinate representation of color #9F4BEC: hue angle of 271.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4BEC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 75 | 236 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 271.3º | 0.81% | 0.61% | - |
| HSV(B) | 271.3º | 0.68% | 0.93% | - |
| XYZ | 31.95 | 18.46 | 81.24 | - |
| YUV | 118.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 236 | 0.33 | 0.68 | 0 | 0.07 | 271.3 | 0.81 | 0.61 |
| Hex | 9F | 4B | EC | 21 | 44 | 0 | 7 | 10F | 51 | 3D |
| Octal | 237 | 113 | 354 | 41 | 104 | 0 | 7 | 417 | 121 | 75 |
| Binary | 10011111 | 1001011 | 11101100 | 100001 | 1000100 | 0 | 111 | 100001111 | 1010001 | 111101 |
Color Harmonies of #9F4BEC
Complementary color
Monochromatic Colors of #9F4BEC
Black with #9F4BEC
Text Example
Text Example
White with #9F4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4BEC; }
p { color: rgb(159,75,236); }
H1.HeaderClassName
{
color: #9F4BEC;
}
.AnyTagClassName
{
color: #9F4BEC;
}
</style>
background-color css
<style>
a { background-color: #9F4BEC; }
a { background-color: rgb(159,75,236); }
div.DivClassName
{
background-color: #9F4BEC;
}
.BgClassName
{
background-color: #9F4BEC;
}
</style>
border-color css
<style>
span { border-color: #9F4BEC; }
span { border-color: rgb(159,75,236); }
td.TdClassName
{
border-color: #9F4BEC;
}
.TagClassName
{
border-color: #9F4BEC;
}
</style>