Shades of Blue Violet #9145EB
Tints of Blue Violet #9145EB
RGB
CMYK
RGB Variations
Color information
#9145EB (or 0x9145EB) is known color: Blue Violet. HEX triplet: 91, 45 and EB. RGB value is (145,69,235). Sum of RGB (Red+Green+Blue) = 145+69+235=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #9145EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9145EB is #6EBA14. Grayscale: #6E6E6E. Windows color (decimal): -7256597 or 15418769. OLE color: 15418769.
HSL color Cylindrical-coordinate representation of color #9145EB: hue angle of 267.47º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9145EB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 69 | 235 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.08 |
| HSL | 267.47º | 0.81% | 0.6% | - |
| HSV(B) | 267.47º | 0.71% | 0.92% | - |
| XYZ | 28.8 | 16.27 | 80.22 | - |
| YUV | 110.65 | 198.18 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 235 | 0.38 | 0.71 | 0 | 0.08 | 267.47 | 0.81 | 0.6 |
| Hex | 91 | 45 | EB | 26 | 47 | 0 | 8 | 10B | 51 | 3C |
| Octal | 221 | 105 | 353 | 46 | 107 | 0 | 10 | 413 | 121 | 74 |
| Binary | 10010001 | 1000101 | 11101011 | 100110 | 1000111 | 0 | 1000 | 100001011 | 1010001 | 111100 |
Color Harmonies of #9145EB
Complementary color
Monochromatic Colors of #9145EB
Black with #9145EB
Text Example
Text Example
White with #9145EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145EB; }
p { color: rgb(145,69,235); }
H1.HeaderClassName
{
color: #9145EB;
}
.AnyTagClassName
{
color: #9145EB;
}
</style>
background-color css
<style>
a { background-color: #9145EB; }
a { background-color: rgb(145,69,235); }
div.DivClassName
{
background-color: #9145EB;
}
.BgClassName
{
background-color: #9145EB;
}
</style>
border-color css
<style>
span { border-color: #9145EB; }
span { border-color: rgb(145,69,235); }
td.TdClassName
{
border-color: #9145EB;
}
.TagClassName
{
border-color: #9145EB;
}
</style>