Shades of Blue Violet #9D4CED
Tints of Blue Violet #9D4CED
RGB
CMYK
RGB Variations
Color information
#9D4CED (or 0x9D4CED) is known color: Blue Violet. HEX triplet: 9D, 4C and ED. RGB value is (157,76,237). Sum of RGB (Red+Green+Blue) = 157+76+237=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CED is #62B312. Grayscale: #767676. Windows color (decimal): -6468371 or 15551645. OLE color: 15551645.
HSL color Cylindrical-coordinate representation of color #9D4CED: hue angle of 270.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4CED is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 76 | 237 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.07 |
| HSL | 270.19º | 0.82% | 0.61% | - |
| HSV(B) | 270.19º | 0.68% | 0.93% | - |
| XYZ | 31.78 | 18.45 | 82.01 | - |
| YUV | 118.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 237 | 0.34 | 0.68 | 0 | 0.07 | 270.19 | 0.82 | 0.61 |
| Hex | 9D | 4C | ED | 22 | 44 | 0 | 7 | 10E | 52 | 3D |
| Octal | 235 | 114 | 355 | 42 | 104 | 0 | 7 | 416 | 122 | 75 |
| Binary | 10011101 | 1001100 | 11101101 | 100010 | 1000100 | 0 | 111 | 100001110 | 1010010 | 111101 |
Color Harmonies of #9D4CED
Complementary color
Monochromatic Colors of #9D4CED
Black with #9D4CED
Text Example
Text Example
White with #9D4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CED; }
p { color: rgb(157,76,237); }
H1.HeaderClassName
{
color: #9D4CED;
}
.AnyTagClassName
{
color: #9D4CED;
}
</style>
background-color css
<style>
a { background-color: #9D4CED; }
a { background-color: rgb(157,76,237); }
div.DivClassName
{
background-color: #9D4CED;
}
.BgClassName
{
background-color: #9D4CED;
}
</style>
border-color css
<style>
span { border-color: #9D4CED; }
span { border-color: rgb(157,76,237); }
td.TdClassName
{
border-color: #9D4CED;
}
.TagClassName
{
border-color: #9D4CED;
}
</style>