Shades of Blue Violet #9415F1
Tints of Blue Violet #9415F1
RGB
CMYK
RGB Variations
Color information
#9415F1 (or 0x9415F1) is known color: Blue Violet. HEX triplet: 94, 15 and F1. RGB value is (148,21,241). Sum of RGB (Red+Green+Blue) = 148+21+241=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #9415F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9415F1 is #6BEA0E. Grayscale: #535353. Windows color (decimal): -7072271 or 15799700. OLE color: 15799700.
HSL color Cylindrical-coordinate representation of color #9415F1: hue angle of 274.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9415F1 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 21 | 241 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.05 |
| HSL | 274.64º | 0.89% | 0.51% | - |
| HSV(B) | 274.64º | 0.91% | 0.95% | - |
| XYZ | 28.36 | 13.18 | 84.27 | - |
| YUV | 84.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 241 | 0.39 | 0.91 | 0 | 0.05 | 274.64 | 0.89 | 0.51 |
| Hex | 94 | 15 | F1 | 27 | 5B | 0 | 5 | 113 | 59 | 33 |
| Octal | 224 | 25 | 361 | 47 | 133 | 0 | 5 | 423 | 131 | 63 |
| Binary | 10010100 | 10101 | 11110001 | 100111 | 1011011 | 0 | 101 | 100010011 | 1011001 | 110011 |
Color Harmonies of #9415F1
Complementary color
Monochromatic Colors of #9415F1
Black with #9415F1
Text Example
Text Example
White with #9415F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9415F1; }
p { color: rgb(148,21,241); }
H1.HeaderClassName
{
color: #9415F1;
}
.AnyTagClassName
{
color: #9415F1;
}
</style>
background-color css
<style>
a { background-color: #9415F1; }
a { background-color: rgb(148,21,241); }
div.DivClassName
{
background-color: #9415F1;
}
.BgClassName
{
background-color: #9415F1;
}
</style>
border-color css
<style>
span { border-color: #9415F1; }
span { border-color: rgb(148,21,241); }
td.TdClassName
{
border-color: #9415F1;
}
.TagClassName
{
border-color: #9415F1;
}
</style>