Shades of Blue Violet #9446FA
Tints of Blue Violet #9446FA
RGB
CMYK
RGB Variations
Color information
#9446FA (or 0x9446FA) is known color: Blue Violet. HEX triplet: 94, 46 and FA. RGB value is (148,70,250). Sum of RGB (Red+Green+Blue) = 148+70+250=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #9446FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9446FA is #6BB905. Grayscale: #717171. Windows color (decimal): -7059718 or 16402068. OLE color: 16402068.
HSL color Cylindrical-coordinate representation of color #9446FA: hue angle of 266º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9446FA is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 70 | 250 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.02 |
| HSL | 266º | 0.95% | 0.63% | - |
| HSV(B) | 266º | 0.72% | 0.98% | - |
| XYZ | 31.66 | 17.58 | 92.17 | - |
| YUV | 113.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 250 | 0.41 | 0.72 | 0 | 0.02 | 266 | 0.95 | 0.63 |
| Hex | 94 | 46 | FA | 29 | 48 | 0 | 2 | 10A | 5F | 3F |
| Octal | 224 | 106 | 372 | 51 | 110 | 0 | 2 | 412 | 137 | 77 |
| Binary | 10010100 | 1000110 | 11111010 | 101001 | 1001000 | 0 | 10 | 100001010 | 1011111 | 111111 |
Color Harmonies of #9446FA
Complementary color
Monochromatic Colors of #9446FA
Black with #9446FA
Text Example
Text Example
White with #9446FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9446FA; }
p { color: rgb(148,70,250); }
H1.HeaderClassName
{
color: #9446FA;
}
.AnyTagClassName
{
color: #9446FA;
}
</style>
background-color css
<style>
a { background-color: #9446FA; }
a { background-color: rgb(148,70,250); }
div.DivClassName
{
background-color: #9446FA;
}
.BgClassName
{
background-color: #9446FA;
}
</style>
border-color css
<style>
span { border-color: #9446FA; }
span { border-color: rgb(148,70,250); }
td.TdClassName
{
border-color: #9446FA;
}
.TagClassName
{
border-color: #9446FA;
}
</style>