Shades of Deep Lilac #9446BE
Tints of Deep Lilac #9446BE
RGB
CMYK
RGB Variations
Color information
#9446BE (or 0x9446BE) is known color: Deep Lilac. HEX triplet: 94, 46 and BE. RGB value is (148,70,190). Sum of RGB (Red+Green+Blue) = 148+70+190=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9446BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446BE is #6BB941. Grayscale: #6A6A6A. Windows color (decimal): -7059778 or 12469908. OLE color: 12469908.
HSL color Cylindrical-coordinate representation of color #9446BE: hue angle of 279º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9446BE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 70 | 190 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.25 |
| HSL | 279º | 0.48% | 0.51% | - |
| HSV(B) | 279º | 0.63% | 0.75% | - |
| XYZ | 23.7 | 14.39 | 50.24 | - |
| YUV | 107 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 190 | 0.22 | 0.63 | 0 | 0.25 | 279 | 0.48 | 0.51 |
| Hex | 94 | 46 | BE | 16 | 3F | 0 | 19 | 117 | 30 | 33 |
| Octal | 224 | 106 | 276 | 26 | 77 | 0 | 31 | 427 | 60 | 63 |
| Binary | 10010100 | 1000110 | 10111110 | 10110 | 111111 | 0 | 11001 | 100010111 | 110000 | 110011 |
Color Harmonies of #9446BE
Complementary color
Monochromatic Colors of #9446BE
Black with #9446BE
Text Example
Text Example
White with #9446BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9446BE; }
p { color: rgb(148,70,190); }
H1.HeaderClassName
{
color: #9446BE;
}
.AnyTagClassName
{
color: #9446BE;
}
</style>
background-color css
<style>
a { background-color: #9446BE; }
a { background-color: rgb(148,70,190); }
div.DivClassName
{
background-color: #9446BE;
}
.BgClassName
{
background-color: #9446BE;
}
</style>
border-color css
<style>
span { border-color: #9446BE; }
span { border-color: rgb(148,70,190); }
td.TdClassName
{
border-color: #9446BE;
}
.TagClassName
{
border-color: #9446BE;
}
</style>