Shades of Blue Violet #913CFE
Tints of Blue Violet #913CFE
RGB
CMYK
RGB Variations
Color information
#913CFE (or 0x913CFE) is known color: Blue Violet. HEX triplet: 91, 3C and FE. RGB value is (145,60,254). Sum of RGB (Red+Green+Blue) = 145+60+254=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #913CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913CFE is #6EC301. Grayscale: #6A6A6A. Windows color (decimal): -7258882 or 16661649. OLE color: 16661649.
HSL color Cylindrical-coordinate representation of color #913CFE: hue angle of 266.29º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #913CFE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 60 | 254 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.00 |
| HSL | 266.29º | 0.99% | 0.62% | - |
| HSV(B) | 266.29º | 0.76% | 1% | - |
| XYZ | 31.18 | 16.41 | 95.29 | - |
| YUV | 107.53 | 210.66 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 254 | 0.43 | 0.76 | 0 | 0.00 | 266.29 | 0.99 | 0.62 |
| Hex | 91 | 3C | FE | 2B | 4C | 0 | 0 | 10A | 63 | 3E |
| Octal | 221 | 74 | 376 | 53 | 114 | 0 | 0 | 412 | 143 | 76 |
| Binary | 10010001 | 111100 | 11111110 | 101011 | 1001100 | 0 | 0 | 100001010 | 1100011 | 111110 |
Color Harmonies of #913CFE
Complementary color
Monochromatic Colors of #913CFE
Black with #913CFE
Text Example
Text Example
White with #913CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CFE; }
p { color: rgb(145,60,254); }
H1.HeaderClassName
{
color: #913CFE;
}
.AnyTagClassName
{
color: #913CFE;
}
</style>
background-color css
<style>
a { background-color: #913CFE; }
a { background-color: rgb(145,60,254); }
div.DivClassName
{
background-color: #913CFE;
}
.BgClassName
{
background-color: #913CFE;
}
</style>
border-color css
<style>
span { border-color: #913CFE; }
span { border-color: rgb(145,60,254); }
td.TdClassName
{
border-color: #913CFE;
}
.TagClassName
{
border-color: #913CFE;
}
</style>