Shades of Blue Violet #9410ED
Tints of Blue Violet #9410ED
RGB
CMYK
RGB Variations
Color information
#9410ED (or 0x9410ED) is known color: Blue Violet. HEX triplet: 94, 10 and ED. RGB value is (148,16,237). Sum of RGB (Red+Green+Blue) = 148+16+237=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #9410ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9410ED is #6BEF12. Grayscale: #4F4F4F. Windows color (decimal): -7073555 or 15536276. OLE color: 15536276.
HSL color Cylindrical-coordinate representation of color #9410ED: hue angle of 275.84º 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 #9410ED is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 16 | 237 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.07 |
| HSL | 275.84º | 0.87% | 0.5% | - |
| HSV(B) | 275.84º | 0.93% | 0.93% | - |
| XYZ | 27.68 | 12.78 | 81.13 | - |
| YUV | 80.66 | 216.23 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 237 | 0.38 | 0.93 | 0 | 0.07 | 275.84 | 0.87 | 0.5 |
| Hex | 94 | 10 | ED | 26 | 5D | 0 | 7 | 114 | 57 | 32 |
| Octal | 224 | 20 | 355 | 46 | 135 | 0 | 7 | 424 | 127 | 62 |
| Binary | 10010100 | 10000 | 11101101 | 100110 | 1011101 | 0 | 111 | 100010100 | 1010111 | 110010 |
Color Harmonies of #9410ED
Complementary color
Monochromatic Colors of #9410ED
Black with #9410ED
Text Example
Text Example
White with #9410ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9410ED; }
p { color: rgb(148,16,237); }
H1.HeaderClassName
{
color: #9410ED;
}
.AnyTagClassName
{
color: #9410ED;
}
</style>
background-color css
<style>
a { background-color: #9410ED; }
a { background-color: rgb(148,16,237); }
div.DivClassName
{
background-color: #9410ED;
}
.BgClassName
{
background-color: #9410ED;
}
</style>
border-color css
<style>
span { border-color: #9410ED; }
span { border-color: rgb(148,16,237); }
td.TdClassName
{
border-color: #9410ED;
}
.TagClassName
{
border-color: #9410ED;
}
</style>