Shades of Blue Violet #9D1DFB
Tints of Blue Violet #9D1DFB
RGB
CMYK
RGB Variations
Color information
#9D1DFB (or 0x9D1DFB) is known color: Blue Violet. HEX triplet: 9D, 1D and FB. RGB value is (157,29,251). Sum of RGB (Red+Green+Blue) = 157+29+251=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D1DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1DFB is #62E204. Grayscale: #5B5B5B. Windows color (decimal): -6480389 or 16457117. OLE color: 16457117.
HSL color Cylindrical-coordinate representation of color #9D1DFB: hue angle of 274.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1DFB is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 29 | 251 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.02 |
| HSL | 274.59º | 0.97% | 0.55% | - |
| HSV(B) | 274.59º | 0.88% | 0.98% | - |
| XYZ | 31.76 | 15.01 | 92.49 | - |
| YUV | 92.58 | 217.41 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 251 | 0.37 | 0.88 | 0 | 0.02 | 274.59 | 0.97 | 0.55 |
| Hex | 9D | 1D | FB | 25 | 58 | 0 | 2 | 113 | 61 | 37 |
| Octal | 235 | 35 | 373 | 45 | 130 | 0 | 2 | 423 | 141 | 67 |
| Binary | 10011101 | 11101 | 11111011 | 100101 | 1011000 | 0 | 10 | 100010011 | 1100001 | 110111 |
Color Harmonies of #9D1DFB
Complementary color
Monochromatic Colors of #9D1DFB
Black with #9D1DFB
Text Example
Text Example
White with #9D1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1DFB; }
p { color: rgb(157,29,251); }
H1.HeaderClassName
{
color: #9D1DFB;
}
.AnyTagClassName
{
color: #9D1DFB;
}
</style>
background-color css
<style>
a { background-color: #9D1DFB; }
a { background-color: rgb(157,29,251); }
div.DivClassName
{
background-color: #9D1DFB;
}
.BgClassName
{
background-color: #9D1DFB;
}
</style>
border-color css
<style>
span { border-color: #9D1DFB; }
span { border-color: rgb(157,29,251); }
td.TdClassName
{
border-color: #9D1DFB;
}
.TagClassName
{
border-color: #9D1DFB;
}
</style>