Shades of Blue Violet #9D1FDE
Tints of Blue Violet #9D1FDE
RGB
CMYK
RGB Variations
Color information
#9D1FDE (or 0x9D1FDE) is known color: Blue Violet. HEX triplet: 9D, 1F and DE. RGB value is (157,31,222). Sum of RGB (Red+Green+Blue) = 157+31+222=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D1FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1FDE is #62E021. Grayscale: #595959. Windows color (decimal): -6479906 or 14557085. OLE color: 14557085.
HSL color Cylindrical-coordinate representation of color #9D1FDE: hue angle of 279.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1FDE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 31 | 222 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.13 |
| HSL | 279.58º | 0.75% | 0.5% | - |
| HSV(B) | 279.58º | 0.86% | 0.87% | - |
| XYZ | 27.58 | 13.42 | 70.24 | - |
| YUV | 90.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 222 | 0.29 | 0.86 | 0 | 0.13 | 279.58 | 0.75 | 0.5 |
| Hex | 9D | 1F | DE | 1D | 56 | 0 | D | 118 | 4B | 32 |
| Octal | 235 | 37 | 336 | 35 | 126 | 0 | 15 | 430 | 113 | 62 |
| Binary | 10011101 | 11111 | 11011110 | 11101 | 1010110 | 0 | 1101 | 100011000 | 1001011 | 110010 |
Color Harmonies of #9D1FDE
Complementary color
Monochromatic Colors of #9D1FDE
Black with #9D1FDE
Text Example
Text Example
White with #9D1FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FDE; }
p { color: rgb(157,31,222); }
H1.HeaderClassName
{
color: #9D1FDE;
}
.AnyTagClassName
{
color: #9D1FDE;
}
</style>
background-color css
<style>
a { background-color: #9D1FDE; }
a { background-color: rgb(157,31,222); }
div.DivClassName
{
background-color: #9D1FDE;
}
.BgClassName
{
background-color: #9D1FDE;
}
</style>
border-color css
<style>
span { border-color: #9D1FDE; }
span { border-color: rgb(157,31,222); }
td.TdClassName
{
border-color: #9D1FDE;
}
.TagClassName
{
border-color: #9D1FDE;
}
</style>