Shades of Blue Violet #9F1BFD
Tints of Blue Violet #9F1BFD
RGB
CMYK
RGB Variations
Color information
#9F1BFD (or 0x9F1BFD) is known color: Blue Violet. HEX triplet: 9F, 1B and FD. RGB value is (159,27,253). Sum of RGB (Red+Green+Blue) = 159+27+253=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F1BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1BFD is #60E402. Grayscale: #5B5B5B. Windows color (decimal): -6349827 or 16587679. OLE color: 16587679.
HSL color Cylindrical-coordinate representation of color #9F1BFD: hue angle of 275.04º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1BFD is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 27 | 253 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.01 |
| HSL | 275.04º | 0.98% | 0.55% | - |
| HSV(B) | 275.04º | 0.89% | 0.99% | - |
| XYZ | 32.42 | 15.25 | 94.16 | - |
| YUV | 92.23 | 218.73 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 253 | 0.37 | 0.89 | 0 | 0.01 | 275.04 | 0.98 | 0.55 |
| Hex | 9F | 1B | FD | 25 | 59 | 0 | 1 | 113 | 62 | 37 |
| Octal | 237 | 33 | 375 | 45 | 131 | 0 | 1 | 423 | 142 | 67 |
| Binary | 10011111 | 11011 | 11111101 | 100101 | 1011001 | 0 | 1 | 100010011 | 1100010 | 110111 |
Color Harmonies of #9F1BFD
Complementary color
Monochromatic Colors of #9F1BFD
Black with #9F1BFD
Text Example
Text Example
White with #9F1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BFD; }
p { color: rgb(159,27,253); }
H1.HeaderClassName
{
color: #9F1BFD;
}
.AnyTagClassName
{
color: #9F1BFD;
}
</style>
background-color css
<style>
a { background-color: #9F1BFD; }
a { background-color: rgb(159,27,253); }
div.DivClassName
{
background-color: #9F1BFD;
}
.BgClassName
{
background-color: #9F1BFD;
}
</style>
border-color css
<style>
span { border-color: #9F1BFD; }
span { border-color: rgb(159,27,253); }
td.TdClassName
{
border-color: #9F1BFD;
}
.TagClassName
{
border-color: #9F1BFD;
}
</style>