Shades of Blue Violet #9416EA
Tints of Blue Violet #9416EA
RGB
CMYK
RGB Variations
Color information
#9416EA (or 0x9416EA) is known color: Blue Violet. HEX triplet: 94, 16 and EA. RGB value is (148,22,234). Sum of RGB (Red+Green+Blue) = 148+22+234=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #9416EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9416EA is #6BE915. Grayscale: #535353. Windows color (decimal): -7072022 or 15341204. OLE color: 15341204.
HSL color Cylindrical-coordinate representation of color #9416EA: hue angle of 275.66º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9416EA is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 22 | 234 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.08 |
| HSL | 275.66º | 0.83% | 0.5% | - |
| HSV(B) | 275.66º | 0.91% | 0.92% | - |
| XYZ | 27.35 | 12.81 | 78.87 | - |
| YUV | 83.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 234 | 0.37 | 0.91 | 0 | 0.08 | 275.66 | 0.83 | 0.5 |
| Hex | 94 | 16 | EA | 25 | 5B | 0 | 8 | 114 | 53 | 32 |
| Octal | 224 | 26 | 352 | 45 | 133 | 0 | 10 | 424 | 123 | 62 |
| Binary | 10010100 | 10110 | 11101010 | 100101 | 1011011 | 0 | 1000 | 100010100 | 1010011 | 110010 |
Color Harmonies of #9416EA
Complementary color
Monochromatic Colors of #9416EA
Black with #9416EA
Text Example
Text Example
White with #9416EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416EA; }
p { color: rgb(148,22,234); }
H1.HeaderClassName
{
color: #9416EA;
}
.AnyTagClassName
{
color: #9416EA;
}
</style>
background-color css
<style>
a { background-color: #9416EA; }
a { background-color: rgb(148,22,234); }
div.DivClassName
{
background-color: #9416EA;
}
.BgClassName
{
background-color: #9416EA;
}
</style>
border-color css
<style>
span { border-color: #9416EA; }
span { border-color: rgb(148,22,234); }
td.TdClassName
{
border-color: #9416EA;
}
.TagClassName
{
border-color: #9416EA;
}
</style>