Shades of Blue Violet #9D4DEF
Tints of Blue Violet #9D4DEF
RGB
CMYK
RGB Variations
Color information
#9D4DEF (or 0x9D4DEF) is known color: Blue Violet. HEX triplet: 9D, 4D and EF. RGB value is (157,77,239). Sum of RGB (Red+Green+Blue) = 157+77+239=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D4DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4DEF is #62B210. Grayscale: #767676. Windows color (decimal): -6468113 or 15682973. OLE color: 15682973.
HSL color Cylindrical-coordinate representation of color #9D4DEF: hue angle of 269.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4DEF is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 77 | 239 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.06 |
| HSL | 269.63º | 0.84% | 0.62% | - |
| HSV(B) | 269.63º | 0.68% | 0.94% | - |
| XYZ | 32.14 | 18.71 | 83.58 | - |
| YUV | 119.39 | 195.5 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 239 | 0.34 | 0.68 | 0 | 0.06 | 269.63 | 0.84 | 0.62 |
| Hex | 9D | 4D | EF | 22 | 44 | 0 | 6 | 10E | 54 | 3E |
| Octal | 235 | 115 | 357 | 42 | 104 | 0 | 6 | 416 | 124 | 76 |
| Binary | 10011101 | 1001101 | 11101111 | 100010 | 1000100 | 0 | 110 | 100001110 | 1010100 | 111110 |
Color Harmonies of #9D4DEF
Complementary color
Monochromatic Colors of #9D4DEF
Black with #9D4DEF
Text Example
Text Example
White with #9D4DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DEF; }
p { color: rgb(157,77,239); }
H1.HeaderClassName
{
color: #9D4DEF;
}
.AnyTagClassName
{
color: #9D4DEF;
}
</style>
background-color css
<style>
a { background-color: #9D4DEF; }
a { background-color: rgb(157,77,239); }
div.DivClassName
{
background-color: #9D4DEF;
}
.BgClassName
{
background-color: #9D4DEF;
}
</style>
border-color css
<style>
span { border-color: #9D4DEF; }
span { border-color: rgb(157,77,239); }
td.TdClassName
{
border-color: #9D4DEF;
}
.TagClassName
{
border-color: #9D4DEF;
}
</style>