Shades of Blue Violet #9142DF
Tints of Blue Violet #9142DF
RGB
CMYK
RGB Variations
Color information
#9142DF (or 0x9142DF) is known color: Blue Violet. HEX triplet: 91, 42 and DF. RGB value is (145,66,223). Sum of RGB (Red+Green+Blue) = 145+66+223=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #9142DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142DF is #6EBD20. Grayscale: #6A6A6A. Windows color (decimal): -7257377 or 14631569. OLE color: 14631569.
HSL color Cylindrical-coordinate representation of color #9142DF: hue angle of 270.19º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9142DF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 66 | 223 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.13 |
| HSL | 270.19º | 0.71% | 0.57% | - |
| HSV(B) | 270.19º | 0.7% | 0.87% | - |
| XYZ | 26.94 | 15.24 | 71.33 | - |
| YUV | 107.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 223 | 0.35 | 0.70 | 0 | 0.13 | 270.19 | 0.71 | 0.57 |
| Hex | 91 | 42 | DF | 23 | 46 | 0 | D | 10E | 47 | 39 |
| Octal | 221 | 102 | 337 | 43 | 106 | 0 | 15 | 416 | 107 | 71 |
| Binary | 10010001 | 1000010 | 11011111 | 100011 | 1000110 | 0 | 1101 | 100001110 | 1000111 | 111001 |
Color Harmonies of #9142DF
Complementary color
Monochromatic Colors of #9142DF
Black with #9142DF
Text Example
Text Example
White with #9142DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142DF; }
p { color: rgb(145,66,223); }
H1.HeaderClassName
{
color: #9142DF;
}
.AnyTagClassName
{
color: #9142DF;
}
</style>
background-color css
<style>
a { background-color: #9142DF; }
a { background-color: rgb(145,66,223); }
div.DivClassName
{
background-color: #9142DF;
}
.BgClassName
{
background-color: #9142DF;
}
</style>
border-color css
<style>
span { border-color: #9142DF; }
span { border-color: rgb(145,66,223); }
td.TdClassName
{
border-color: #9142DF;
}
.TagClassName
{
border-color: #9142DF;
}
</style>