Shades of Blue Violet #9148EF
Tints of Blue Violet #9148EF
RGB
CMYK
RGB Variations
Color information
#9148EF (or 0x9148EF) is known color: Blue Violet. HEX triplet: 91, 48 and EF. RGB value is (145,72,239). Sum of RGB (Red+Green+Blue) = 145+72+239=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #9148EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9148EF is #6EB710. Grayscale: #707070. Windows color (decimal): -7255825 or 15681681. OLE color: 15681681.
HSL color Cylindrical-coordinate representation of color #9148EF: hue angle of 266.23º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9148EF is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 72 | 239 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.06 |
| HSL | 266.23º | 0.84% | 0.61% | - |
| HSV(B) | 266.23º | 0.7% | 0.94% | - |
| XYZ | 29.57 | 16.89 | 83.36 | - |
| YUV | 112.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 239 | 0.39 | 0.70 | 0 | 0.06 | 266.23 | 0.84 | 0.61 |
| Hex | 91 | 48 | EF | 27 | 46 | 0 | 6 | 10A | 54 | 3D |
| Octal | 221 | 110 | 357 | 47 | 106 | 0 | 6 | 412 | 124 | 75 |
| Binary | 10010001 | 1001000 | 11101111 | 100111 | 1000110 | 0 | 110 | 100001010 | 1010100 | 111101 |
Color Harmonies of #9148EF
Complementary color
Monochromatic Colors of #9148EF
Black with #9148EF
Text Example
Text Example
White with #9148EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9148EF; }
p { color: rgb(145,72,239); }
H1.HeaderClassName
{
color: #9148EF;
}
.AnyTagClassName
{
color: #9148EF;
}
</style>
background-color css
<style>
a { background-color: #9148EF; }
a { background-color: rgb(145,72,239); }
div.DivClassName
{
background-color: #9148EF;
}
.BgClassName
{
background-color: #9148EF;
}
</style>
border-color css
<style>
span { border-color: #9148EF; }
span { border-color: rgb(145,72,239); }
td.TdClassName
{
border-color: #9148EF;
}
.TagClassName
{
border-color: #9148EF;
}
</style>