Shades of Blue Violet #913FEF
Tints of Blue Violet #913FEF
RGB
CMYK
RGB Variations
Color information
#913FEF (or 0x913FEF) is known color: Blue Violet. HEX triplet: 91, 3F and EF. RGB value is (145,63,239). Sum of RGB (Red+Green+Blue) = 145+63+239=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #913FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913FEF is #6EC010. Grayscale: #6A6A6A. Windows color (decimal): -7258129 or 15679377. OLE color: 15679377.
HSL color Cylindrical-coordinate representation of color #913FEF: hue angle of 267.95º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913FEF is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 63 | 239 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.06 |
| HSL | 267.95º | 0.85% | 0.59% | - |
| HSV(B) | 267.95º | 0.74% | 0.94% | - |
| XYZ | 29.03 | 15.81 | 83.18 | - |
| YUV | 107.58 | 202.17 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 239 | 0.39 | 0.74 | 0 | 0.06 | 267.95 | 0.85 | 0.59 |
| Hex | 91 | 3F | EF | 27 | 4A | 0 | 6 | 10C | 55 | 3B |
| Octal | 221 | 77 | 357 | 47 | 112 | 0 | 6 | 414 | 125 | 73 |
| Binary | 10010001 | 111111 | 11101111 | 100111 | 1001010 | 0 | 110 | 100001100 | 1010101 | 111011 |
Color Harmonies of #913FEF
Complementary color
Monochromatic Colors of #913FEF
Black with #913FEF
Text Example
Text Example
White with #913FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913FEF; }
p { color: rgb(145,63,239); }
H1.HeaderClassName
{
color: #913FEF;
}
.AnyTagClassName
{
color: #913FEF;
}
</style>
background-color css
<style>
a { background-color: #913FEF; }
a { background-color: rgb(145,63,239); }
div.DivClassName
{
background-color: #913FEF;
}
.BgClassName
{
background-color: #913FEF;
}
</style>
border-color css
<style>
span { border-color: #913FEF; }
span { border-color: rgb(145,63,239); }
td.TdClassName
{
border-color: #913FEF;
}
.TagClassName
{
border-color: #913FEF;
}
</style>