Shades of Blue Violet #9512F3
Tints of Blue Violet #9512F3
RGB
CMYK
RGB Variations
Color information
#9512F3 (or 0x9512F3) is known color: Blue Violet. HEX triplet: 95, 12 and F3. RGB value is (149,18,243). Sum of RGB (Red+Green+Blue) = 149+18+243=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 243 (95.31% from 255 or 59.27% from 410); Max value from RGB is 243 - color contains mainly: blue. Hex color #9512F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512F3 is #6AED0C. Grayscale: #525252. Windows color (decimal): -7007501 or 15930005. OLE color: 15930005.
HSL color Cylindrical-coordinate representation of color #9512F3: hue angle of 274.93º 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 #9512F3 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 18 | 243 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.05 |
| HSL | 274.93º | 0.9% | 0.51% | - |
| HSV(B) | 274.93º | 0.93% | 0.95% | - |
| XYZ | 28.79 | 13.29 | 85.84 | - |
| YUV | 82.82 | 218.4 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 243 | 0.39 | 0.93 | 0 | 0.05 | 274.93 | 0.9 | 0.51 |
| Hex | 95 | 12 | F3 | 27 | 5D | 0 | 5 | 113 | 5A | 33 |
| Octal | 225 | 22 | 363 | 47 | 135 | 0 | 5 | 423 | 132 | 63 |
| Binary | 10010101 | 10010 | 11110011 | 100111 | 1011101 | 0 | 101 | 100010011 | 1011010 | 110011 |
Color Harmonies of #9512F3
Complementary color
Monochromatic Colors of #9512F3
Black with #9512F3
Text Example
Text Example
White with #9512F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512F3; }
p { color: rgb(149,18,243); }
H1.HeaderClassName
{
color: #9512F3;
}
.AnyTagClassName
{
color: #9512F3;
}
</style>
background-color css
<style>
a { background-color: #9512F3; }
a { background-color: rgb(149,18,243); }
div.DivClassName
{
background-color: #9512F3;
}
.BgClassName
{
background-color: #9512F3;
}
</style>
border-color css
<style>
span { border-color: #9512F3; }
span { border-color: rgb(149,18,243); }
td.TdClassName
{
border-color: #9512F3;
}
.TagClassName
{
border-color: #9512F3;
}
</style>