Shades of Blue Violet #9411EE
Tints of Blue Violet #9411EE
RGB
CMYK
RGB Variations
Color information
#9411EE (or 0x9411EE) is known color: Blue Violet. HEX triplet: 94, 11 and EE. RGB value is (148,17,238). Sum of RGB (Red+Green+Blue) = 148+17+238=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #9411EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9411EE is #6BEE11. Grayscale: #505050. Windows color (decimal): -7073298 or 15602068. OLE color: 15602068.
HSL color Cylindrical-coordinate representation of color #9411EE: hue angle of 275.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9411EE is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 17 | 238 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.07 |
| HSL | 275.57º | 0.87% | 0.5% | - |
| HSV(B) | 275.57º | 0.93% | 0.93% | - |
| XYZ | 27.85 | 12.87 | 81.91 | - |
| YUV | 81.36 | 216.4 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 238 | 0.38 | 0.93 | 0 | 0.07 | 275.57 | 0.87 | 0.5 |
| Hex | 94 | 11 | EE | 26 | 5D | 0 | 7 | 114 | 57 | 32 |
| Octal | 224 | 21 | 356 | 46 | 135 | 0 | 7 | 424 | 127 | 62 |
| Binary | 10010100 | 10001 | 11101110 | 100110 | 1011101 | 0 | 111 | 100010100 | 1010111 | 110010 |
Color Harmonies of #9411EE
Complementary color
Monochromatic Colors of #9411EE
Black with #9411EE
Text Example
Text Example
White with #9411EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411EE; }
p { color: rgb(148,17,238); }
H1.HeaderClassName
{
color: #9411EE;
}
.AnyTagClassName
{
color: #9411EE;
}
</style>
background-color css
<style>
a { background-color: #9411EE; }
a { background-color: rgb(148,17,238); }
div.DivClassName
{
background-color: #9411EE;
}
.BgClassName
{
background-color: #9411EE;
}
</style>
border-color css
<style>
span { border-color: #9411EE; }
span { border-color: rgb(148,17,238); }
td.TdClassName
{
border-color: #9411EE;
}
.TagClassName
{
border-color: #9411EE;
}
</style>