Shades of Blue Violet #9141FF
Tints of Blue Violet #9141FF
RGB
CMYK
RGB Variations
Color information
#9141FF (or 0x9141FF) is known color: Blue Violet. HEX triplet: 91, 41 and FF. RGB value is (145,65,255). Sum of RGB (Red+Green+Blue) = 145+65+255=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #9141FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9141FF is #6EBE00. Grayscale: #6D6D6D. Windows color (decimal): -7257601 or 16728465. OLE color: 16728465.
HSL color Cylindrical-coordinate representation of color #9141FF: hue angle of 265.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9141FF is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 65 | 255 | - |
| CMYK | 0.43 | 0.75 | 0 | 0 |
| HSL | 265.26º | 1% | 0.63% | - |
| HSV(B) | 265.26º | 0.75% | 1% | - |
| XYZ | 31.62 | 17.02 | 96.23 | - |
| YUV | 110.58 | 209.5 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 255 | 0.43 | 0.75 | 0 | 0 | 265.26 | 1 | 0.63 |
| Hex | 91 | 41 | FF | 2B | 4B | 0 | 0 | 109 | 64 | 3F |
| Octal | 221 | 101 | 377 | 53 | 113 | 0 | 0 | 411 | 144 | 77 |
| Binary | 10010001 | 1000001 | 11111111 | 101011 | 1001011 | 0 | 0 | 100001001 | 1100100 | 111111 |
Color Harmonies of #9141FF
Complementary color
Monochromatic Colors of #9141FF
Black with #9141FF
Text Example
Text Example
White with #9141FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141FF; }
p { color: rgb(145,65,255); }
H1.HeaderClassName
{
color: #9141FF;
}
.AnyTagClassName
{
color: #9141FF;
}
</style>
background-color css
<style>
a { background-color: #9141FF; }
a { background-color: rgb(145,65,255); }
div.DivClassName
{
background-color: #9141FF;
}
.BgClassName
{
background-color: #9141FF;
}
</style>
border-color css
<style>
span { border-color: #9141FF; }
span { border-color: rgb(145,65,255); }
td.TdClassName
{
border-color: #9141FF;
}
.TagClassName
{
border-color: #9141FF;
}
</style>