Shades of Blue Violet #913BEE
Tints of Blue Violet #913BEE
RGB
CMYK
RGB Variations
Color information
#913BEE (or 0x913BEE) is known color: Blue Violet. HEX triplet: 91, 3B and EE. RGB value is (145,59,238). Sum of RGB (Red+Green+Blue) = 145+59+238=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #913BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #913BEE is #6EC411. Grayscale: #686868. Windows color (decimal): -7259154 or 15612817. OLE color: 15612817.
HSL color Cylindrical-coordinate representation of color #913BEE: hue angle of 268.83º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #913BEE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 59 | 238 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.07 |
| HSL | 268.83º | 0.84% | 0.58% | - |
| HSV(B) | 268.83º | 0.75% | 0.93% | - |
| XYZ | 28.67 | 15.32 | 82.33 | - |
| YUV | 105.12 | 202.99 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 238 | 0.39 | 0.75 | 0 | 0.07 | 268.83 | 0.84 | 0.58 |
| Hex | 91 | 3B | EE | 27 | 4B | 0 | 7 | 10D | 54 | 3A |
| Octal | 221 | 73 | 356 | 47 | 113 | 0 | 7 | 415 | 124 | 72 |
| Binary | 10010001 | 111011 | 11101110 | 100111 | 1001011 | 0 | 111 | 100001101 | 1010100 | 111010 |
Color Harmonies of #913BEE
Complementary color
Monochromatic Colors of #913BEE
Black with #913BEE
Text Example
Text Example
White with #913BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913BEE; }
p { color: rgb(145,59,238); }
H1.HeaderClassName
{
color: #913BEE;
}
.AnyTagClassName
{
color: #913BEE;
}
</style>
background-color css
<style>
a { background-color: #913BEE; }
a { background-color: rgb(145,59,238); }
div.DivClassName
{
background-color: #913BEE;
}
.BgClassName
{
background-color: #913BEE;
}
</style>
border-color css
<style>
span { border-color: #913BEE; }
span { border-color: rgb(145,59,238); }
td.TdClassName
{
border-color: #913BEE;
}
.TagClassName
{
border-color: #913BEE;
}
</style>