Shades of Blue Violet #9D4CEC
Tints of Blue Violet #9D4CEC
RGB
CMYK
RGB Variations
Color information
#9D4CEC (or 0x9D4CEC) is known color: Blue Violet. HEX triplet: 9D, 4C and EC. RGB value is (157,76,236). Sum of RGB (Red+Green+Blue) = 157+76+236=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CEC is #62B313. Grayscale: #757575. Windows color (decimal): -6468372 or 15486109. OLE color: 15486109.
HSL color Cylindrical-coordinate representation of color #9D4CEC: hue angle of 270.38º degrees, saturation: 0.81, 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 #9D4CEC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 76 | 236 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 270.38º | 0.81% | 0.61% | - |
| HSV(B) | 270.38º | 0.68% | 0.93% | - |
| XYZ | 31.63 | 18.39 | 81.24 | - |
| YUV | 118.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 236 | 0.33 | 0.68 | 0 | 0.07 | 270.38 | 0.81 | 0.61 |
| Hex | 9D | 4C | EC | 21 | 44 | 0 | 7 | 10E | 51 | 3D |
| Octal | 235 | 114 | 354 | 41 | 104 | 0 | 7 | 416 | 121 | 75 |
| Binary | 10011101 | 1001100 | 11101100 | 100001 | 1000100 | 0 | 111 | 100001110 | 1010001 | 111101 |
Color Harmonies of #9D4CEC
Complementary color
Monochromatic Colors of #9D4CEC
Black with #9D4CEC
Text Example
Text Example
White with #9D4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CEC; }
p { color: rgb(157,76,236); }
H1.HeaderClassName
{
color: #9D4CEC;
}
.AnyTagClassName
{
color: #9D4CEC;
}
</style>
background-color css
<style>
a { background-color: #9D4CEC; }
a { background-color: rgb(157,76,236); }
div.DivClassName
{
background-color: #9D4CEC;
}
.BgClassName
{
background-color: #9D4CEC;
}
</style>
border-color css
<style>
span { border-color: #9D4CEC; }
span { border-color: rgb(157,76,236); }
td.TdClassName
{
border-color: #9D4CEC;
}
.TagClassName
{
border-color: #9D4CEC;
}
</style>