Shades of Blue Violet #9143DE
Tints of Blue Violet #9143DE
RGB
CMYK
RGB Variations
Color information
#9143DE (or 0x9143DE) is known color: Blue Violet. HEX triplet: 91, 43 and DE. RGB value is (145,67,222). Sum of RGB (Red+Green+Blue) = 145+67+222=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #9143DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9143DE is #6EBC21. Grayscale: #6B6B6B. Windows color (decimal): -7257122 or 14566289. OLE color: 14566289.
HSL color Cylindrical-coordinate representation of color #9143DE: hue angle of 270.19º degrees, saturation: 0.7, 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 #9143DE is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 67 | 222 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.13 |
| HSL | 270.19º | 0.7% | 0.57% | - |
| HSV(B) | 270.19º | 0.7% | 0.87% | - |
| XYZ | 26.87 | 15.31 | 70.65 | - |
| YUV | 107.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 222 | 0.35 | 0.70 | 0 | 0.13 | 270.19 | 0.7 | 0.57 |
| Hex | 91 | 43 | DE | 23 | 46 | 0 | D | 10E | 46 | 39 |
| Octal | 221 | 103 | 336 | 43 | 106 | 0 | 15 | 416 | 106 | 71 |
| Binary | 10010001 | 1000011 | 11011110 | 100011 | 1000110 | 0 | 1101 | 100001110 | 1000110 | 111001 |
Color Harmonies of #9143DE
Complementary color
Monochromatic Colors of #9143DE
Black with #9143DE
Text Example
Text Example
White with #9143DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9143DE; }
p { color: rgb(145,67,222); }
H1.HeaderClassName
{
color: #9143DE;
}
.AnyTagClassName
{
color: #9143DE;
}
</style>
background-color css
<style>
a { background-color: #9143DE; }
a { background-color: rgb(145,67,222); }
div.DivClassName
{
background-color: #9143DE;
}
.BgClassName
{
background-color: #9143DE;
}
</style>
border-color css
<style>
span { border-color: #9143DE; }
span { border-color: rgb(145,67,222); }
td.TdClassName
{
border-color: #9143DE;
}
.TagClassName
{
border-color: #9143DE;
}
</style>