Shades of Blue Violet #9148F2
Tints of Blue Violet #9148F2
RGB
CMYK
RGB Variations
Color information
#9148F2 (or 0x9148F2) is known color: Blue Violet. HEX triplet: 91, 48 and F2. RGB value is (145,72,242). Sum of RGB (Red+Green+Blue) = 145+72+242=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #9148F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9148F2 is #6EB70D. Grayscale: #707070. Windows color (decimal): -7255822 or 15878289. OLE color: 15878289.
HSL color Cylindrical-coordinate representation of color #9148F2: hue angle of 265.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9148F2 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 72 | 242 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.05 |
| HSL | 265.76º | 0.87% | 0.62% | - |
| HSV(B) | 265.76º | 0.7% | 0.95% | - |
| XYZ | 30.02 | 17.07 | 85.72 | - |
| YUV | 113.21 | 200.68 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 242 | 0.40 | 0.70 | 0 | 0.05 | 265.76 | 0.87 | 0.62 |
| Hex | 91 | 48 | F2 | 28 | 46 | 0 | 5 | 10A | 57 | 3E |
| Octal | 221 | 110 | 362 | 50 | 106 | 0 | 5 | 412 | 127 | 76 |
| Binary | 10010001 | 1001000 | 11110010 | 101000 | 1000110 | 0 | 101 | 100001010 | 1010111 | 111110 |
Color Harmonies of #9148F2
Complementary color
Monochromatic Colors of #9148F2
Black with #9148F2
Text Example
Text Example
White with #9148F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9148F2; }
p { color: rgb(145,72,242); }
H1.HeaderClassName
{
color: #9148F2;
}
.AnyTagClassName
{
color: #9148F2;
}
</style>
background-color css
<style>
a { background-color: #9148F2; }
a { background-color: rgb(145,72,242); }
div.DivClassName
{
background-color: #9148F2;
}
.BgClassName
{
background-color: #9148F2;
}
</style>
border-color css
<style>
span { border-color: #9148F2; }
span { border-color: rgb(145,72,242); }
td.TdClassName
{
border-color: #9148F2;
}
.TagClassName
{
border-color: #9148F2;
}
</style>