Shades of Blue Violet #913AFB
Tints of Blue Violet #913AFB
RGB
CMYK
RGB Variations
Color information
#913AFB (or 0x913AFB) is known color: Blue Violet. HEX triplet: 91, 3A and FB. RGB value is (145,58,251). Sum of RGB (Red+Green+Blue) = 145+58+251=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #913AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913AFB is #6EC504. Grayscale: #696969. Windows color (decimal): -7259397 or 16464529. OLE color: 16464529.
HSL color Cylindrical-coordinate representation of color #913AFB: hue angle of 267.05º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #913AFB is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 58 | 251 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.02 |
| HSL | 267.05º | 0.96% | 0.61% | - |
| HSV(B) | 267.05º | 0.77% | 0.98% | - |
| XYZ | 30.6 | 16.01 | 92.74 | - |
| YUV | 106.02 | 209.82 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 251 | 0.42 | 0.77 | 0 | 0.02 | 267.05 | 0.96 | 0.61 |
| Hex | 91 | 3A | FB | 2A | 4D | 0 | 2 | 10B | 60 | 3D |
| Octal | 221 | 72 | 373 | 52 | 115 | 0 | 2 | 413 | 140 | 75 |
| Binary | 10010001 | 111010 | 11111011 | 101010 | 1001101 | 0 | 10 | 100001011 | 1100000 | 111101 |
Color Harmonies of #913AFB
Complementary color
Monochromatic Colors of #913AFB
Black with #913AFB
Text Example
Text Example
White with #913AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913AFB; }
p { color: rgb(145,58,251); }
H1.HeaderClassName
{
color: #913AFB;
}
.AnyTagClassName
{
color: #913AFB;
}
</style>
background-color css
<style>
a { background-color: #913AFB; }
a { background-color: rgb(145,58,251); }
div.DivClassName
{
background-color: #913AFB;
}
.BgClassName
{
background-color: #913AFB;
}
</style>
border-color css
<style>
span { border-color: #913AFB; }
span { border-color: rgb(145,58,251); }
td.TdClassName
{
border-color: #913AFB;
}
.TagClassName
{
border-color: #913AFB;
}
</style>