Shades of Blue Violet #913BFD
Tints of Blue Violet #913BFD
RGB
CMYK
RGB Variations
Color information
#913BFD (or 0x913BFD) is known color: Blue Violet. HEX triplet: 91, 3B and FD. RGB value is (145,59,253). Sum of RGB (Red+Green+Blue) = 145+59+253=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #913BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913BFD is #6EC402. Grayscale: #6A6A6A. Windows color (decimal): -7259139 or 16595857. OLE color: 16595857.
HSL color Cylindrical-coordinate representation of color #913BFD: hue angle of 266.6º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #913BFD is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 59 | 253 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.01 |
| HSL | 266.6º | 0.98% | 0.61% | - |
| HSV(B) | 266.6º | 0.77% | 0.99% | - |
| XYZ | 30.97 | 16.24 | 94.43 | - |
| YUV | 106.83 | 210.49 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 253 | 0.43 | 0.77 | 0 | 0.01 | 266.6 | 0.98 | 0.61 |
| Hex | 91 | 3B | FD | 2B | 4D | 0 | 1 | 10B | 62 | 3D |
| Octal | 221 | 73 | 375 | 53 | 115 | 0 | 1 | 413 | 142 | 75 |
| Binary | 10010001 | 111011 | 11111101 | 101011 | 1001101 | 0 | 1 | 100001011 | 1100010 | 111101 |
Color Harmonies of #913BFD
Complementary color
Monochromatic Colors of #913BFD
Black with #913BFD
Text Example
Text Example
White with #913BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913BFD; }
p { color: rgb(145,59,253); }
H1.HeaderClassName
{
color: #913BFD;
}
.AnyTagClassName
{
color: #913BFD;
}
</style>
background-color css
<style>
a { background-color: #913BFD; }
a { background-color: rgb(145,59,253); }
div.DivClassName
{
background-color: #913BFD;
}
.BgClassName
{
background-color: #913BFD;
}
</style>
border-color css
<style>
span { border-color: #913BFD; }
span { border-color: rgb(145,59,253); }
td.TdClassName
{
border-color: #913BFD;
}
.TagClassName
{
border-color: #913BFD;
}
</style>