Shades of Blue Violet #9D4CE9
Tints of Blue Violet #9D4CE9
RGB
CMYK
RGB Variations
Color information
#9D4CE9 (or 0x9D4CE9) is known color: Blue Violet. HEX triplet: 9D, 4C and E9. RGB value is (157,76,233). Sum of RGB (Red+Green+Blue) = 157+76+233=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D4CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CE9 is #62B316. Grayscale: #757575. Windows color (decimal): -6468375 or 15289501. OLE color: 15289501.
HSL color Cylindrical-coordinate representation of color #9D4CE9: hue angle of 270.96º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4CE9 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 76 | 233 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.09 |
| HSL | 270.96º | 0.78% | 0.61% | - |
| HSV(B) | 270.96º | 0.67% | 0.91% | - |
| XYZ | 31.2 | 18.22 | 78.96 | - |
| YUV | 118.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 233 | 0.33 | 0.67 | 0 | 0.09 | 270.96 | 0.78 | 0.61 |
| Hex | 9D | 4C | E9 | 21 | 43 | 0 | 9 | 10F | 4E | 3D |
| Octal | 235 | 114 | 351 | 41 | 103 | 0 | 11 | 417 | 116 | 75 |
| Binary | 10011101 | 1001100 | 11101001 | 100001 | 1000011 | 0 | 1001 | 100001111 | 1001110 | 111101 |
Color Harmonies of #9D4CE9
Complementary color
Monochromatic Colors of #9D4CE9
Black with #9D4CE9
Text Example
Text Example
White with #9D4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4CE9; }
p { color: rgb(157,76,233); }
H1.HeaderClassName
{
color: #9D4CE9;
}
.AnyTagClassName
{
color: #9D4CE9;
}
</style>
background-color css
<style>
a { background-color: #9D4CE9; }
a { background-color: rgb(157,76,233); }
div.DivClassName
{
background-color: #9D4CE9;
}
.BgClassName
{
background-color: #9D4CE9;
}
</style>
border-color css
<style>
span { border-color: #9D4CE9; }
span { border-color: rgb(157,76,233); }
td.TdClassName
{
border-color: #9D4CE9;
}
.TagClassName
{
border-color: #9D4CE9;
}
</style>