Shades of Blue Violet #913DFB
Tints of Blue Violet #913DFB
RGB
CMYK
RGB Variations
Color information
#913DFB (or 0x913DFB) is known color: Blue Violet. HEX triplet: 91, 3D and FB. RGB value is (145,61,251). Sum of RGB (Red+Green+Blue) = 145+61+251=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #913DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913DFB is #6EC204. Grayscale: #6B6B6B. Windows color (decimal): -7258629 or 16465297. OLE color: 16465297.
HSL color Cylindrical-coordinate representation of color #913DFB: hue angle of 266.53º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #913DFB is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 61 | 251 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.02 |
| HSL | 266.53º | 0.96% | 0.61% | - |
| HSV(B) | 266.53º | 0.76% | 0.98% | - |
| XYZ | 30.76 | 16.32 | 92.8 | - |
| YUV | 107.78 | 208.83 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 251 | 0.42 | 0.76 | 0 | 0.02 | 266.53 | 0.96 | 0.61 |
| Hex | 91 | 3D | FB | 2A | 4C | 0 | 2 | 10B | 60 | 3D |
| Octal | 221 | 75 | 373 | 52 | 114 | 0 | 2 | 413 | 140 | 75 |
| Binary | 10010001 | 111101 | 11111011 | 101010 | 1001100 | 0 | 10 | 100001011 | 1100000 | 111101 |
Color Harmonies of #913DFB
Complementary color
Monochromatic Colors of #913DFB
Black with #913DFB
Text Example
Text Example
White with #913DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DFB; }
p { color: rgb(145,61,251); }
H1.HeaderClassName
{
color: #913DFB;
}
.AnyTagClassName
{
color: #913DFB;
}
</style>
background-color css
<style>
a { background-color: #913DFB; }
a { background-color: rgb(145,61,251); }
div.DivClassName
{
background-color: #913DFB;
}
.BgClassName
{
background-color: #913DFB;
}
</style>
border-color css
<style>
span { border-color: #913DFB; }
span { border-color: rgb(145,61,251); }
td.TdClassName
{
border-color: #913DFB;
}
.TagClassName
{
border-color: #913DFB;
}
</style>