Shades of Blue Violet #9D41FF
Tints of Blue Violet #9D41FF
RGB
CMYK
RGB Variations
Color information
#9D41FF (or 0x9D41FF) is known color: Blue Violet. HEX triplet: 9D, 41 and FF. RGB value is (157,65,255). Sum of RGB (Red+Green+Blue) = 157+65+255=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D41FF is #62BE00. Grayscale: #717171. Windows color (decimal): -6471169 or 16728477. OLE color: 16728477.
HSL color Cylindrical-coordinate representation of color #9D41FF: hue angle of 269.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D41FF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 65 | 255 | - |
| CMYK | 0.38 | 0.75 | 0 | 0 |
| HSL | 269.05º | 1% | 0.63% | - |
| HSV(B) | 269.05º | 0.75% | 1% | - |
| XYZ | 33.84 | 18.17 | 96.33 | - |
| YUV | 114.17 | 207.48 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 255 | 0.38 | 0.75 | 0 | 0 | 269.05 | 1 | 0.63 |
| Hex | 9D | 41 | FF | 26 | 4B | 0 | 0 | 10D | 64 | 3F |
| Octal | 235 | 101 | 377 | 46 | 113 | 0 | 0 | 415 | 144 | 77 |
| Binary | 10011101 | 1000001 | 11111111 | 100110 | 1001011 | 0 | 0 | 100001101 | 1100100 | 111111 |
Color Harmonies of #9D41FF
Complementary color
Monochromatic Colors of #9D41FF
Black with #9D41FF
Text Example
Text Example
White with #9D41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D41FF; }
p { color: rgb(157,65,255); }
H1.HeaderClassName
{
color: #9D41FF;
}
.AnyTagClassName
{
color: #9D41FF;
}
</style>
background-color css
<style>
a { background-color: #9D41FF; }
a { background-color: rgb(157,65,255); }
div.DivClassName
{
background-color: #9D41FF;
}
.BgClassName
{
background-color: #9D41FF;
}
</style>
border-color css
<style>
span { border-color: #9D41FF; }
span { border-color: rgb(157,65,255); }
td.TdClassName
{
border-color: #9D41FF;
}
.TagClassName
{
border-color: #9D41FF;
}
</style>