Shades of Blue Violet #913DFF
Tints of Blue Violet #913DFF
RGB
CMYK
RGB Variations
Color information
#913DFF (or 0x913DFF) is known color: Blue Violet. HEX triplet: 91, 3D and FF. RGB value is (145,61,255). Sum of RGB (Red+Green+Blue) = 145+61+255=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #913DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913DFF is #6EC200. Grayscale: #6B6B6B. Windows color (decimal): -7258625 or 16727441. OLE color: 16727441.
HSL color Cylindrical-coordinate representation of color #913DFF: hue angle of 265.98º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #913DFF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 61 | 255 | - |
| CMYK | 0.43 | 0.76 | 0 | 0 |
| HSL | 265.98º | 1% | 0.62% | - |
| HSV(B) | 265.98º | 0.76% | 1% | - |
| XYZ | 31.4 | 16.58 | 96.15 | - |
| YUV | 108.23 | 210.83 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 255 | 0.43 | 0.76 | 0 | 0 | 265.98 | 1 | 0.62 |
| Hex | 91 | 3D | FF | 2B | 4C | 0 | 0 | 10A | 64 | 3E |
| Octal | 221 | 75 | 377 | 53 | 114 | 0 | 0 | 412 | 144 | 76 |
| Binary | 10010001 | 111101 | 11111111 | 101011 | 1001100 | 0 | 0 | 100001010 | 1100100 | 111110 |
Color Harmonies of #913DFF
Complementary color
Monochromatic Colors of #913DFF
Black with #913DFF
Text Example
Text Example
White with #913DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DFF; }
p { color: rgb(145,61,255); }
H1.HeaderClassName
{
color: #913DFF;
}
.AnyTagClassName
{
color: #913DFF;
}
</style>
background-color css
<style>
a { background-color: #913DFF; }
a { background-color: rgb(145,61,255); }
div.DivClassName
{
background-color: #913DFF;
}
.BgClassName
{
background-color: #913DFF;
}
</style>
border-color css
<style>
span { border-color: #913DFF; }
span { border-color: rgb(145,61,255); }
td.TdClassName
{
border-color: #913DFF;
}
.TagClassName
{
border-color: #913DFF;
}
</style>