Shades of Blue Violet #9D4CFF
Tints of Blue Violet #9D4CFF
RGB
CMYK
RGB Variations
Color information
#9D4CFF (or 0x9D4CFF) is known color: Blue Violet. HEX triplet: 9D, 4C and FF. RGB value is (157,76,255). Sum of RGB (Red+Green+Blue) = 157+76+255=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CFF is #62B300. Grayscale: #777777. Windows color (decimal): -6468353 or 16731293. OLE color: 16731293.
HSL color Cylindrical-coordinate representation of color #9D4CFF: hue angle of 267.15º 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 #9D4CFF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 76 | 255 | - |
| CMYK | 0.38 | 0.70 | 0 | 0 |
| HSL | 267.15º | 1% | 0.65% | - |
| HSV(B) | 267.15º | 0.7% | 1% | - |
| XYZ | 34.54 | 19.56 | 96.56 | - |
| YUV | 120.63 | 203.84 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 255 | 0.38 | 0.70 | 0 | 0 | 267.15 | 1 | 0.65 |
| Hex | 9D | 4C | FF | 26 | 46 | 0 | 0 | 10B | 64 | 41 |
| Octal | 235 | 114 | 377 | 46 | 106 | 0 | 0 | 413 | 144 | 101 |
| Binary | 10011101 | 1001100 | 11111111 | 100110 | 1000110 | 0 | 0 | 100001011 | 1100100 | 1000001 |
Color Harmonies of #9D4CFF
Complementary color
Monochromatic Colors of #9D4CFF
Black with #9D4CFF
Text Example
Text Example
White with #9D4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CFF; }
p { color: rgb(157,76,255); }
H1.HeaderClassName
{
color: #9D4CFF;
}
.AnyTagClassName
{
color: #9D4CFF;
}
</style>
background-color css
<style>
a { background-color: #9D4CFF; }
a { background-color: rgb(157,76,255); }
div.DivClassName
{
background-color: #9D4CFF;
}
.BgClassName
{
background-color: #9D4CFF;
}
</style>
border-color css
<style>
span { border-color: #9D4CFF; }
span { border-color: rgb(157,76,255); }
td.TdClassName
{
border-color: #9D4CFF;
}
.TagClassName
{
border-color: #9D4CFF;
}
</style>