Shades of Blue Violet #9145E1
Tints of Blue Violet #9145E1
RGB
CMYK
RGB Variations
Color information
#9145E1 (or 0x9145E1) is known color: Blue Violet. HEX triplet: 91, 45 and E1. RGB value is (145,69,225). Sum of RGB (Red+Green+Blue) = 145+69+225=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #9145E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145E1 is #6EBA1E. Grayscale: #6C6C6C. Windows color (decimal): -7256607 or 14763409. OLE color: 14763409.
HSL color Cylindrical-coordinate representation of color #9145E1: hue angle of 269.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9145E1 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 69 | 225 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.12 |
| HSL | 269.23º | 0.72% | 0.58% | - |
| HSV(B) | 269.23º | 0.69% | 0.88% | - |
| XYZ | 27.4 | 15.71 | 72.82 | - |
| YUV | 109.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 225 | 0.36 | 0.69 | 0 | 0.12 | 269.23 | 0.72 | 0.58 |
| Hex | 91 | 45 | E1 | 24 | 45 | 0 | C | 10D | 48 | 3A |
| Octal | 221 | 105 | 341 | 44 | 105 | 0 | 14 | 415 | 110 | 72 |
| Binary | 10010001 | 1000101 | 11100001 | 100100 | 1000101 | 0 | 1100 | 100001101 | 1001000 | 111010 |
Color Harmonies of #9145E1
Complementary color
Monochromatic Colors of #9145E1
Black with #9145E1
Text Example
Text Example
White with #9145E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145E1; }
p { color: rgb(145,69,225); }
H1.HeaderClassName
{
color: #9145E1;
}
.AnyTagClassName
{
color: #9145E1;
}
</style>
background-color css
<style>
a { background-color: #9145E1; }
a { background-color: rgb(145,69,225); }
div.DivClassName
{
background-color: #9145E1;
}
.BgClassName
{
background-color: #9145E1;
}
</style>
border-color css
<style>
span { border-color: #9145E1; }
span { border-color: rgb(145,69,225); }
td.TdClassName
{
border-color: #9145E1;
}
.TagClassName
{
border-color: #9145E1;
}
</style>