Shades of Blue Violet #9143DD
Tints of Blue Violet #9143DD
RGB
CMYK
RGB Variations
Color information
#9143DD (or 0x9143DD) is known color: Blue Violet. HEX triplet: 91, 43 and DD. RGB value is (145,67,221). Sum of RGB (Red+Green+Blue) = 145+67+221=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #9143DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9143DD is #6EBC22. Grayscale: #6B6B6B. Windows color (decimal): -7257123 or 14500753. OLE color: 14500753.
HSL color Cylindrical-coordinate representation of color #9143DD: hue angle of 270.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9143DD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 67 | 221 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.13 |
| HSL | 270.39º | 0.69% | 0.56% | - |
| HSV(B) | 270.39º | 0.7% | 0.87% | - |
| XYZ | 26.74 | 15.25 | 69.94 | - |
| YUV | 107.88 | 191.84 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 221 | 0.34 | 0.70 | 0 | 0.13 | 270.39 | 0.69 | 0.56 |
| Hex | 91 | 43 | DD | 22 | 46 | 0 | D | 10E | 45 | 38 |
| Octal | 221 | 103 | 335 | 42 | 106 | 0 | 15 | 416 | 105 | 70 |
| Binary | 10010001 | 1000011 | 11011101 | 100010 | 1000110 | 0 | 1101 | 100001110 | 1000101 | 111000 |
Color Harmonies of #9143DD
Complementary color
Monochromatic Colors of #9143DD
Black with #9143DD
Text Example
Text Example
White with #9143DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9143DD; }
p { color: rgb(145,67,221); }
H1.HeaderClassName
{
color: #9143DD;
}
.AnyTagClassName
{
color: #9143DD;
}
</style>
background-color css
<style>
a { background-color: #9143DD; }
a { background-color: rgb(145,67,221); }
div.DivClassName
{
background-color: #9143DD;
}
.BgClassName
{
background-color: #9143DD;
}
</style>
border-color css
<style>
span { border-color: #9143DD; }
span { border-color: rgb(145,67,221); }
td.TdClassName
{
border-color: #9143DD;
}
.TagClassName
{
border-color: #9143DD;
}
</style>