Shades of Blue Violet #9D44FF
Tints of Blue Violet #9D44FF
RGB
CMYK
RGB Variations
Color information
#9D44FF (or 0x9D44FF) is known color: Blue Violet. HEX triplet: 9D, 44 and FF. RGB value is (157,68,255). Sum of RGB (Red+Green+Blue) = 157+68+255=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D44FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D44FF is #62BB00. Grayscale: #737373. Windows color (decimal): -6470401 or 16729245. OLE color: 16729245.
HSL color Cylindrical-coordinate representation of color #9D44FF: hue angle of 268.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D44FF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 68 | 255 | - |
| CMYK | 0.38 | 0.73 | 0 | 0 |
| HSL | 268.56º | 1% | 0.63% | - |
| HSV(B) | 268.56º | 0.73% | 1% | - |
| XYZ | 34.02 | 18.52 | 96.39 | - |
| YUV | 115.93 | 206.49 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 255 | 0.38 | 0.73 | 0 | 0 | 268.56 | 1 | 0.63 |
| Hex | 9D | 44 | FF | 26 | 49 | 0 | 0 | 10D | 64 | 3F |
| Octal | 235 | 104 | 377 | 46 | 111 | 0 | 0 | 415 | 144 | 77 |
| Binary | 10011101 | 1000100 | 11111111 | 100110 | 1001001 | 0 | 0 | 100001101 | 1100100 | 111111 |
Color Harmonies of #9D44FF
Complementary color
Monochromatic Colors of #9D44FF
Black with #9D44FF
Text Example
Text Example
White with #9D44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D44FF; }
p { color: rgb(157,68,255); }
H1.HeaderClassName
{
color: #9D44FF;
}
.AnyTagClassName
{
color: #9D44FF;
}
</style>
background-color css
<style>
a { background-color: #9D44FF; }
a { background-color: rgb(157,68,255); }
div.DivClassName
{
background-color: #9D44FF;
}
.BgClassName
{
background-color: #9D44FF;
}
</style>
border-color css
<style>
span { border-color: #9D44FF; }
span { border-color: rgb(157,68,255); }
td.TdClassName
{
border-color: #9D44FF;
}
.TagClassName
{
border-color: #9D44FF;
}
</style>