Shades of Blue Violet #9511F3
Tints of Blue Violet #9511F3
RGB
CMYK
RGB Variations
Color information
#9511F3 (or 0x9511F3) is known color: Blue Violet. HEX triplet: 95, 11 and F3. RGB value is (149,17,243). Sum of RGB (Red+Green+Blue) = 149+17+243=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #9511F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511F3 is #6AEE0C. Grayscale: #515151. Windows color (decimal): -7007757 or 15929749. OLE color: 15929749.
HSL color Cylindrical-coordinate representation of color #9511F3: hue angle of 275.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9511F3 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 17 | 243 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.05 |
| HSL | 275.04º | 0.9% | 0.51% | - |
| HSV(B) | 275.04º | 0.93% | 0.95% | - |
| XYZ | 28.77 | 13.26 | 85.84 | - |
| YUV | 82.23 | 218.73 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 243 | 0.39 | 0.93 | 0 | 0.05 | 275.04 | 0.9 | 0.51 |
| Hex | 95 | 11 | F3 | 27 | 5D | 0 | 5 | 113 | 5A | 33 |
| Octal | 225 | 21 | 363 | 47 | 135 | 0 | 5 | 423 | 132 | 63 |
| Binary | 10010101 | 10001 | 11110011 | 100111 | 1011101 | 0 | 101 | 100010011 | 1011010 | 110011 |
Color Harmonies of #9511F3
Complementary color
Monochromatic Colors of #9511F3
Black with #9511F3
Text Example
Text Example
White with #9511F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511F3; }
p { color: rgb(149,17,243); }
H1.HeaderClassName
{
color: #9511F3;
}
.AnyTagClassName
{
color: #9511F3;
}
</style>
background-color css
<style>
a { background-color: #9511F3; }
a { background-color: rgb(149,17,243); }
div.DivClassName
{
background-color: #9511F3;
}
.BgClassName
{
background-color: #9511F3;
}
</style>
border-color css
<style>
span { border-color: #9511F3; }
span { border-color: rgb(149,17,243); }
td.TdClassName
{
border-color: #9511F3;
}
.TagClassName
{
border-color: #9511F3;
}
</style>