Shades of Blue Violet #9513F3
Tints of Blue Violet #9513F3
RGB
CMYK
RGB Variations
Color information
#9513F3 (or 0x9513F3) is known color: Blue Violet. HEX triplet: 95, 13 and F3. RGB value is (149,19,243). Sum of RGB (Red+Green+Blue) = 149+19+243=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #9513F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9513F3 is #6AEC0C. Grayscale: #525252. Windows color (decimal): -7007245 or 15930261. OLE color: 15930261.
HSL color Cylindrical-coordinate representation of color #9513F3: hue angle of 274.82º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9513F3 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 19 | 243 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.05 |
| HSL | 274.82º | 0.9% | 0.51% | - |
| HSV(B) | 274.82º | 0.92% | 0.95% | - |
| XYZ | 28.8 | 13.33 | 85.85 | - |
| YUV | 83.41 | 218.07 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 243 | 0.39 | 0.92 | 0 | 0.05 | 274.82 | 0.9 | 0.51 |
| Hex | 95 | 13 | F3 | 27 | 5C | 0 | 5 | 113 | 5A | 33 |
| Octal | 225 | 23 | 363 | 47 | 134 | 0 | 5 | 423 | 132 | 63 |
| Binary | 10010101 | 10011 | 11110011 | 100111 | 1011100 | 0 | 101 | 100010011 | 1011010 | 110011 |
Color Harmonies of #9513F3
Complementary color
Monochromatic Colors of #9513F3
Black with #9513F3
Text Example
Text Example
White with #9513F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9513F3; }
p { color: rgb(149,19,243); }
H1.HeaderClassName
{
color: #9513F3;
}
.AnyTagClassName
{
color: #9513F3;
}
</style>
background-color css
<style>
a { background-color: #9513F3; }
a { background-color: rgb(149,19,243); }
div.DivClassName
{
background-color: #9513F3;
}
.BgClassName
{
background-color: #9513F3;
}
</style>
border-color css
<style>
span { border-color: #9513F3; }
span { border-color: rgb(149,19,243); }
td.TdClassName
{
border-color: #9513F3;
}
.TagClassName
{
border-color: #9513F3;
}
</style>