Shades of Blue Violet #9446EF
Tints of Blue Violet #9446EF
RGB
CMYK
RGB Variations
Color information
#9446EF (or 0x9446EF) is known color: Blue Violet. HEX triplet: 94, 46 and EF. RGB value is (148,70,239). Sum of RGB (Red+Green+Blue) = 148+70+239=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #9446EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9446EF is #6BB910. Grayscale: #6F6F6F. Windows color (decimal): -7059729 or 15681172. OLE color: 15681172.
HSL color Cylindrical-coordinate representation of color #9446EF: hue angle of 267.69º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9446EF is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 70 | 239 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.06 |
| HSL | 267.69º | 0.84% | 0.61% | - |
| HSV(B) | 267.69º | 0.71% | 0.94% | - |
| XYZ | 29.98 | 16.91 | 83.34 | - |
| YUV | 112.59 | 199.34 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 239 | 0.38 | 0.71 | 0 | 0.06 | 267.69 | 0.84 | 0.61 |
| Hex | 94 | 46 | EF | 26 | 47 | 0 | 6 | 10C | 54 | 3D |
| Octal | 224 | 106 | 357 | 46 | 107 | 0 | 6 | 414 | 124 | 75 |
| Binary | 10010100 | 1000110 | 11101111 | 100110 | 1000111 | 0 | 110 | 100001100 | 1010100 | 111101 |
Color Harmonies of #9446EF
Complementary color
Monochromatic Colors of #9446EF
Black with #9446EF
Text Example
Text Example
White with #9446EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9446EF; }
p { color: rgb(148,70,239); }
H1.HeaderClassName
{
color: #9446EF;
}
.AnyTagClassName
{
color: #9446EF;
}
</style>
background-color css
<style>
a { background-color: #9446EF; }
a { background-color: rgb(148,70,239); }
div.DivClassName
{
background-color: #9446EF;
}
.BgClassName
{
background-color: #9446EF;
}
</style>
border-color css
<style>
span { border-color: #9446EF; }
span { border-color: rgb(148,70,239); }
td.TdClassName
{
border-color: #9446EF;
}
.TagClassName
{
border-color: #9446EF;
}
</style>