Shades of Blue Violet #9D4DFF
Tints of Blue Violet #9D4DFF
RGB
CMYK
RGB Variations
Color information
#9D4DFF (or 0x9D4DFF) is known color: Blue Violet. HEX triplet: 9D, 4D and FF. RGB value is (157,77,255). Sum of RGB (Red+Green+Blue) = 157+77+255=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4DFF is #62B200. Grayscale: #787878. Windows color (decimal): -6468097 or 16731549. OLE color: 16731549.
HSL color Cylindrical-coordinate representation of color #9D4DFF: hue angle of 266.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D4DFF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 77 | 255 | - |
| CMYK | 0.38 | 0.70 | 0 | 0 |
| HSL | 266.97º | 1% | 0.65% | - |
| HSV(B) | 266.97º | 0.7% | 1% | - |
| XYZ | 34.61 | 19.7 | 96.59 | - |
| YUV | 121.21 | 203.5 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 255 | 0.38 | 0.70 | 0 | 0 | 266.97 | 1 | 0.65 |
| Hex | 9D | 4D | FF | 26 | 46 | 0 | 0 | 10B | 64 | 41 |
| Octal | 235 | 115 | 377 | 46 | 106 | 0 | 0 | 413 | 144 | 101 |
| Binary | 10011101 | 1001101 | 11111111 | 100110 | 1000110 | 0 | 0 | 100001011 | 1100100 | 1000001 |
Color Harmonies of #9D4DFF
Complementary color
Monochromatic Colors of #9D4DFF
Black with #9D4DFF
Text Example
Text Example
White with #9D4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DFF; }
p { color: rgb(157,77,255); }
H1.HeaderClassName
{
color: #9D4DFF;
}
.AnyTagClassName
{
color: #9D4DFF;
}
</style>
background-color css
<style>
a { background-color: #9D4DFF; }
a { background-color: rgb(157,77,255); }
div.DivClassName
{
background-color: #9D4DFF;
}
.BgClassName
{
background-color: #9D4DFF;
}
</style>
border-color css
<style>
span { border-color: #9D4DFF; }
span { border-color: rgb(157,77,255); }
td.TdClassName
{
border-color: #9D4DFF;
}
.TagClassName
{
border-color: #9D4DFF;
}
</style>