Shades of Blue Violet #9F43FB
Tints of Blue Violet #9F43FB
RGB
CMYK
RGB Variations
Color information
#9F43FB (or 0x9F43FB) is known color: Blue Violet. HEX triplet: 9F, 43 and FB. RGB value is (159,67,251). Sum of RGB (Red+Green+Blue) = 159+67+251=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F43FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F43FB is #60BC04. Grayscale: #727272. Windows color (decimal): -6339589 or 16466847. OLE color: 16466847.
HSL color Cylindrical-coordinate representation of color #9F43FB: hue angle of 270º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F43FB is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 67 | 251 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.02 |
| HSL | 270º | 0.96% | 0.62% | - |
| HSV(B) | 270º | 0.73% | 0.98% | - |
| XYZ | 33.72 | 18.35 | 93.03 | - |
| YUV | 115.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 251 | 0.37 | 0.73 | 0 | 0.02 | 270 | 0.96 | 0.62 |
| Hex | 9F | 43 | FB | 25 | 49 | 0 | 2 | 10E | 60 | 3E |
| Octal | 237 | 103 | 373 | 45 | 111 | 0 | 2 | 416 | 140 | 76 |
| Binary | 10011111 | 1000011 | 11111011 | 100101 | 1001001 | 0 | 10 | 100001110 | 1100000 | 111110 |
Color Harmonies of #9F43FB
Complementary color
Monochromatic Colors of #9F43FB
Black with #9F43FB
Text Example
Text Example
White with #9F43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F43FB; }
p { color: rgb(159,67,251); }
H1.HeaderClassName
{
color: #9F43FB;
}
.AnyTagClassName
{
color: #9F43FB;
}
</style>
background-color css
<style>
a { background-color: #9F43FB; }
a { background-color: rgb(159,67,251); }
div.DivClassName
{
background-color: #9F43FB;
}
.BgClassName
{
background-color: #9F43FB;
}
</style>
border-color css
<style>
span { border-color: #9F43FB; }
span { border-color: rgb(159,67,251); }
td.TdClassName
{
border-color: #9F43FB;
}
.TagClassName
{
border-color: #9F43FB;
}
</style>