Shades of Blue Violet #9512F1
Tints of Blue Violet #9512F1
RGB
CMYK
RGB Variations
Color information
#9512F1 (or 0x9512F1) is known color: Blue Violet. HEX triplet: 95, 12 and F1. RGB value is (149,18,241). Sum of RGB (Red+Green+Blue) = 149+18+241=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #9512F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512F1 is #6AED0E. Grayscale: #515151. Windows color (decimal): -7007503 or 15798933. OLE color: 15798933.
HSL color Cylindrical-coordinate representation of color #9512F1: hue angle of 275.25º degrees, saturation: 0.89, 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 #9512F1 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 18 | 241 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.05 |
| HSL | 275.25º | 0.89% | 0.51% | - |
| HSV(B) | 275.25º | 0.93% | 0.95% | - |
| XYZ | 28.49 | 13.17 | 84.26 | - |
| YUV | 82.59 | 217.4 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 241 | 0.38 | 0.93 | 0 | 0.05 | 275.25 | 0.89 | 0.51 |
| Hex | 95 | 12 | F1 | 26 | 5D | 0 | 5 | 113 | 59 | 33 |
| Octal | 225 | 22 | 361 | 46 | 135 | 0 | 5 | 423 | 131 | 63 |
| Binary | 10010101 | 10010 | 11110001 | 100110 | 1011101 | 0 | 101 | 100010011 | 1011001 | 110011 |
Color Harmonies of #9512F1
Complementary color
Monochromatic Colors of #9512F1
Black with #9512F1
Text Example
Text Example
White with #9512F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512F1; }
p { color: rgb(149,18,241); }
H1.HeaderClassName
{
color: #9512F1;
}
.AnyTagClassName
{
color: #9512F1;
}
</style>
background-color css
<style>
a { background-color: #9512F1; }
a { background-color: rgb(149,18,241); }
div.DivClassName
{
background-color: #9512F1;
}
.BgClassName
{
background-color: #9512F1;
}
</style>
border-color css
<style>
span { border-color: #9512F1; }
span { border-color: rgb(149,18,241); }
td.TdClassName
{
border-color: #9512F1;
}
.TagClassName
{
border-color: #9512F1;
}
</style>