Shades of Blue Violet #9141EF
Tints of Blue Violet #9141EF
RGB
CMYK
RGB Variations
Color information
#9141EF (or 0x9141EF) is known color: Blue Violet. HEX triplet: 91, 41 and EF. RGB value is (145,65,239). Sum of RGB (Red+Green+Blue) = 145+65+239=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #9141EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9141EF is #6EBE10. Grayscale: #6C6C6C. Windows color (decimal): -7257617 or 15679889. OLE color: 15679889.
HSL color Cylindrical-coordinate representation of color #9141EF: hue angle of 267.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9141EF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 65 | 239 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.06 |
| HSL | 267.59º | 0.84% | 0.6% | - |
| HSV(B) | 267.59º | 0.73% | 0.94% | - |
| XYZ | 29.15 | 16.03 | 83.22 | - |
| YUV | 108.76 | 201.5 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 239 | 0.39 | 0.73 | 0 | 0.06 | 267.59 | 0.84 | 0.6 |
| Hex | 91 | 41 | EF | 27 | 49 | 0 | 6 | 10C | 54 | 3C |
| Octal | 221 | 101 | 357 | 47 | 111 | 0 | 6 | 414 | 124 | 74 |
| Binary | 10010001 | 1000001 | 11101111 | 100111 | 1001001 | 0 | 110 | 100001100 | 1010100 | 111100 |
Color Harmonies of #9141EF
Complementary color
Monochromatic Colors of #9141EF
Black with #9141EF
Text Example
Text Example
White with #9141EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141EF; }
p { color: rgb(145,65,239); }
H1.HeaderClassName
{
color: #9141EF;
}
.AnyTagClassName
{
color: #9141EF;
}
</style>
background-color css
<style>
a { background-color: #9141EF; }
a { background-color: rgb(145,65,239); }
div.DivClassName
{
background-color: #9141EF;
}
.BgClassName
{
background-color: #9141EF;
}
</style>
border-color css
<style>
span { border-color: #9141EF; }
span { border-color: rgb(145,65,239); }
td.TdClassName
{
border-color: #9141EF;
}
.TagClassName
{
border-color: #9141EF;
}
</style>