Shades of Blue Violet #9D1EE0
Tints of Blue Violet #9D1EE0
RGB
CMYK
RGB Variations
Color information
#9D1EE0 (or 0x9D1EE0) is known color: Blue Violet. HEX triplet: 9D, 1E and E0. RGB value is (157,30,224). Sum of RGB (Red+Green+Blue) = 157+30+224=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D1EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1EE0 is #62E11F. Grayscale: #595959. Windows color (decimal): -6480160 or 14687901. OLE color: 14687901.
HSL color Cylindrical-coordinate representation of color #9D1EE0: hue angle of 279.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1EE0 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 30 | 224 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.12 |
| HSL | 279.28º | 0.76% | 0.5% | - |
| HSV(B) | 279.28º | 0.87% | 0.88% | - |
| XYZ | 27.82 | 13.48 | 71.66 | - |
| YUV | 90.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 224 | 0.30 | 0.87 | 0 | 0.12 | 279.28 | 0.76 | 0.5 |
| Hex | 9D | 1E | E0 | 1E | 57 | 0 | C | 117 | 4C | 32 |
| Octal | 235 | 36 | 340 | 36 | 127 | 0 | 14 | 427 | 114 | 62 |
| Binary | 10011101 | 11110 | 11100000 | 11110 | 1010111 | 0 | 1100 | 100010111 | 1001100 | 110010 |
Color Harmonies of #9D1EE0
Complementary color
Monochromatic Colors of #9D1EE0
Black with #9D1EE0
Text Example
Text Example
White with #9D1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EE0; }
p { color: rgb(157,30,224); }
H1.HeaderClassName
{
color: #9D1EE0;
}
.AnyTagClassName
{
color: #9D1EE0;
}
</style>
background-color css
<style>
a { background-color: #9D1EE0; }
a { background-color: rgb(157,30,224); }
div.DivClassName
{
background-color: #9D1EE0;
}
.BgClassName
{
background-color: #9D1EE0;
}
</style>
border-color css
<style>
span { border-color: #9D1EE0; }
span { border-color: rgb(157,30,224); }
td.TdClassName
{
border-color: #9D1EE0;
}
.TagClassName
{
border-color: #9D1EE0;
}
</style>