Shades of Blue Violet #9141DB
Tints of Blue Violet #9141DB
RGB
CMYK
RGB Variations
Color information
#9141DB (or 0x9141DB) is known color: Blue Violet. HEX triplet: 91, 41 and DB. RGB value is (145,65,219). Sum of RGB (Red+Green+Blue) = 145+65+219=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #9141DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141DB is #6EBE24. Grayscale: #696969. Windows color (decimal): -7257637 or 14369169. OLE color: 14369169.
HSL color Cylindrical-coordinate representation of color #9141DB: hue angle of 271.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9141DB is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 65 | 219 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.14 |
| HSL | 271.17º | 0.68% | 0.56% | - |
| HSV(B) | 271.17º | 0.7% | 0.86% | - |
| XYZ | 26.35 | 14.91 | 68.51 | - |
| YUV | 106.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 219 | 0.34 | 0.70 | 0 | 0.14 | 271.17 | 0.68 | 0.56 |
| Hex | 91 | 41 | DB | 22 | 46 | 0 | E | 10F | 44 | 38 |
| Octal | 221 | 101 | 333 | 42 | 106 | 0 | 16 | 417 | 104 | 70 |
| Binary | 10010001 | 1000001 | 11011011 | 100010 | 1000110 | 0 | 1110 | 100001111 | 1000100 | 111000 |
Color Harmonies of #9141DB
Complementary color
Monochromatic Colors of #9141DB
Black with #9141DB
Text Example
Text Example
White with #9141DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141DB; }
p { color: rgb(145,65,219); }
H1.HeaderClassName
{
color: #9141DB;
}
.AnyTagClassName
{
color: #9141DB;
}
</style>
background-color css
<style>
a { background-color: #9141DB; }
a { background-color: rgb(145,65,219); }
div.DivClassName
{
background-color: #9141DB;
}
.BgClassName
{
background-color: #9141DB;
}
</style>
border-color css
<style>
span { border-color: #9141DB; }
span { border-color: rgb(145,65,219); }
td.TdClassName
{
border-color: #9141DB;
}
.TagClassName
{
border-color: #9141DB;
}
</style>