Shades of Blue Violet #9231FB
Tints of Blue Violet #9231FB
RGB
CMYK
RGB Variations
Color information
#9231FB (or 0x9231FB) is known color: Blue Violet. HEX triplet: 92, 31 and FB. RGB value is (146,49,251). Sum of RGB (Red+Green+Blue) = 146+49+251=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #9231FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9231FB is #6DCE04. Grayscale: #646464. Windows color (decimal): -7196165 or 16462226. OLE color: 16462226.
HSL color Cylindrical-coordinate representation of color #9231FB: hue angle of 268.81º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9231FB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 49 | 251 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.02 |
| HSL | 268.81º | 0.96% | 0.59% | - |
| HSV(B) | 268.81º | 0.8% | 0.98% | - |
| XYZ | 30.36 | 15.27 | 92.61 | - |
| YUV | 101.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 251 | 0.42 | 0.80 | 0 | 0.02 | 268.81 | 0.96 | 0.59 |
| Hex | 92 | 31 | FB | 2A | 50 | 0 | 2 | 10D | 60 | 3B |
| Octal | 222 | 61 | 373 | 52 | 120 | 0 | 2 | 415 | 140 | 73 |
| Binary | 10010010 | 110001 | 11111011 | 101010 | 1010000 | 0 | 10 | 100001101 | 1100000 | 111011 |
Color Harmonies of #9231FB
Complementary color
Monochromatic Colors of #9231FB
Black with #9231FB
Text Example
Text Example
White with #9231FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9231FB; }
p { color: rgb(146,49,251); }
H1.HeaderClassName
{
color: #9231FB;
}
.AnyTagClassName
{
color: #9231FB;
}
</style>
background-color css
<style>
a { background-color: #9231FB; }
a { background-color: rgb(146,49,251); }
div.DivClassName
{
background-color: #9231FB;
}
.BgClassName
{
background-color: #9231FB;
}
</style>
border-color css
<style>
span { border-color: #9231FB; }
span { border-color: rgb(146,49,251); }
td.TdClassName
{
border-color: #9231FB;
}
.TagClassName
{
border-color: #9231FB;
}
</style>