Shades of Blue Violet #9A1DDF
Tints of Blue Violet #9A1DDF
RGB
CMYK
RGB Variations
Color information
#9A1DDF (or 0x9A1DDF) is known color: Blue Violet. HEX triplet: 9A, 1D and DF. RGB value is (154,29,223). Sum of RGB (Red+Green+Blue) = 154+29+223=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A1DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DDF is #65E220. Grayscale: #575757. Windows color (decimal): -6677025 or 14622106. OLE color: 14622106.
HSL color Cylindrical-coordinate representation of color #9A1DDF: hue angle of 278.66º degrees, saturation: 0.77, 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 #9A1DDF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 29 | 223 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.13 |
| HSL | 278.66º | 0.77% | 0.49% | - |
| HSV(B) | 278.66º | 0.87% | 0.87% | - |
| XYZ | 27.09 | 13.08 | 70.91 | - |
| YUV | 88.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 223 | 0.31 | 0.87 | 0 | 0.13 | 278.66 | 0.77 | 0.49 |
| Hex | 9A | 1D | DF | 1F | 57 | 0 | D | 117 | 4D | 31 |
| Octal | 232 | 35 | 337 | 37 | 127 | 0 | 15 | 427 | 115 | 61 |
| Binary | 10011010 | 11101 | 11011111 | 11111 | 1010111 | 0 | 1101 | 100010111 | 1001101 | 110001 |
Color Harmonies of #9A1DDF
Complementary color
Monochromatic Colors of #9A1DDF
Black with #9A1DDF
Text Example
Text Example
White with #9A1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DDF; }
p { color: rgb(154,29,223); }
H1.HeaderClassName
{
color: #9A1DDF;
}
.AnyTagClassName
{
color: #9A1DDF;
}
</style>
background-color css
<style>
a { background-color: #9A1DDF; }
a { background-color: rgb(154,29,223); }
div.DivClassName
{
background-color: #9A1DDF;
}
.BgClassName
{
background-color: #9A1DDF;
}
</style>
border-color css
<style>
span { border-color: #9A1DDF; }
span { border-color: rgb(154,29,223); }
td.TdClassName
{
border-color: #9A1DDF;
}
.TagClassName
{
border-color: #9A1DDF;
}
</style>