Shades of Blue Violet #9D1CDF
Tints of Blue Violet #9D1CDF
RGB
CMYK
RGB Variations
Color information
#9D1CDF (or 0x9D1CDF) is known color: Blue Violet. HEX triplet: 9D, 1C and DF. RGB value is (157,28,223). Sum of RGB (Red+Green+Blue) = 157+28+223=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D1CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1CDF is #62E320. Grayscale: #585858. Windows color (decimal): -6480673 or 14621853. OLE color: 14621853.
HSL color Cylindrical-coordinate representation of color #9D1CDF: hue angle of 279.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1CDF is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 28 | 223 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.13 |
| HSL | 279.69º | 0.78% | 0.49% | - |
| HSV(B) | 279.69º | 0.87% | 0.87% | - |
| XYZ | 27.64 | 13.33 | 70.93 | - |
| YUV | 88.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 223 | 0.30 | 0.87 | 0 | 0.13 | 279.69 | 0.78 | 0.49 |
| Hex | 9D | 1C | DF | 1E | 57 | 0 | D | 118 | 4E | 31 |
| Octal | 235 | 34 | 337 | 36 | 127 | 0 | 15 | 430 | 116 | 61 |
| Binary | 10011101 | 11100 | 11011111 | 11110 | 1010111 | 0 | 1101 | 100011000 | 1001110 | 110001 |
Color Harmonies of #9D1CDF
Complementary color
Monochromatic Colors of #9D1CDF
Black with #9D1CDF
Text Example
Text Example
White with #9D1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1CDF; }
p { color: rgb(157,28,223); }
H1.HeaderClassName
{
color: #9D1CDF;
}
.AnyTagClassName
{
color: #9D1CDF;
}
</style>
background-color css
<style>
a { background-color: #9D1CDF; }
a { background-color: rgb(157,28,223); }
div.DivClassName
{
background-color: #9D1CDF;
}
.BgClassName
{
background-color: #9D1CDF;
}
</style>
border-color css
<style>
span { border-color: #9D1CDF; }
span { border-color: rgb(157,28,223); }
td.TdClassName
{
border-color: #9D1CDF;
}
.TagClassName
{
border-color: #9D1CDF;
}
</style>