Shades of Blue Violet #9143DF
Tints of Blue Violet #9143DF
RGB
CMYK
RGB Variations
Color information
#9143DF (or 0x9143DF) is known color: Blue Violet. HEX triplet: 91, 43 and DF. RGB value is (145,67,223). Sum of RGB (Red+Green+Blue) = 145+67+223=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #9143DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9143DF is #6EBC20. Grayscale: #6B6B6B. Windows color (decimal): -7257121 or 14631825. OLE color: 14631825.
HSL color Cylindrical-coordinate representation of color #9143DF: hue angle of 270º 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 #9143DF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 67 | 223 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.13 |
| HSL | 270º | 0.71% | 0.57% | - |
| HSV(B) | 270º | 0.7% | 0.87% | - |
| XYZ | 27 | 15.36 | 71.35 | - |
| YUV | 108.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 223 | 0.35 | 0.70 | 0 | 0.13 | 270 | 0.71 | 0.57 |
| Hex | 91 | 43 | DF | 23 | 46 | 0 | D | 10E | 47 | 39 |
| Octal | 221 | 103 | 337 | 43 | 106 | 0 | 15 | 416 | 107 | 71 |
| Binary | 10010001 | 1000011 | 11011111 | 100011 | 1000110 | 0 | 1101 | 100001110 | 1000111 | 111001 |
Color Harmonies of #9143DF
Complementary color
Monochromatic Colors of #9143DF
Black with #9143DF
Text Example
Text Example
White with #9143DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9143DF; }
p { color: rgb(145,67,223); }
H1.HeaderClassName
{
color: #9143DF;
}
.AnyTagClassName
{
color: #9143DF;
}
</style>
background-color css
<style>
a { background-color: #9143DF; }
a { background-color: rgb(145,67,223); }
div.DivClassName
{
background-color: #9143DF;
}
.BgClassName
{
background-color: #9143DF;
}
</style>
border-color css
<style>
span { border-color: #9143DF; }
span { border-color: rgb(145,67,223); }
td.TdClassName
{
border-color: #9143DF;
}
.TagClassName
{
border-color: #9143DF;
}
</style>