Shades of Blue Violet #9F4BF2
Tints of Blue Violet #9F4BF2
RGB
CMYK
RGB Variations
Color information
#9F4BF2 (or 0x9F4BF2) is known color: Blue Violet. HEX triplet: 9F, 4B and F2. RGB value is (159,75,242). Sum of RGB (Red+Green+Blue) = 159+75+242=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F4BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4BF2 is #60B40D. Grayscale: #767676. Windows color (decimal): -6337550 or 15879071. OLE color: 15879071.
HSL color Cylindrical-coordinate representation of color #9F4BF2: hue angle of 270.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F4BF2 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 75 | 242 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.05 |
| HSL | 270.18º | 0.87% | 0.62% | - |
| HSV(B) | 270.18º | 0.69% | 0.95% | - |
| XYZ | 32.84 | 18.81 | 85.9 | - |
| YUV | 119.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 242 | 0.34 | 0.69 | 0 | 0.05 | 270.18 | 0.87 | 0.62 |
| Hex | 9F | 4B | F2 | 22 | 45 | 0 | 5 | 10E | 57 | 3E |
| Octal | 237 | 113 | 362 | 42 | 105 | 0 | 5 | 416 | 127 | 76 |
| Binary | 10011111 | 1001011 | 11110010 | 100010 | 1000101 | 0 | 101 | 100001110 | 1010111 | 111110 |
Color Harmonies of #9F4BF2
Complementary color
Monochromatic Colors of #9F4BF2
Black with #9F4BF2
Text Example
Text Example
White with #9F4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4BF2; }
p { color: rgb(159,75,242); }
H1.HeaderClassName
{
color: #9F4BF2;
}
.AnyTagClassName
{
color: #9F4BF2;
}
</style>
background-color css
<style>
a { background-color: #9F4BF2; }
a { background-color: rgb(159,75,242); }
div.DivClassName
{
background-color: #9F4BF2;
}
.BgClassName
{
background-color: #9F4BF2;
}
</style>
border-color css
<style>
span { border-color: #9F4BF2; }
span { border-color: rgb(159,75,242); }
td.TdClassName
{
border-color: #9F4BF2;
}
.TagClassName
{
border-color: #9F4BF2;
}
</style>