Shades of Deep Lilac #9341B6
Tints of Deep Lilac #9341B6
RGB
CMYK
RGB Variations
Color information
#9341B6 (or 0x9341B6) is known color: Deep Lilac. HEX triplet: 93, 41 and B6. RGB value is (147,65,182). Sum of RGB (Red+Green+Blue) = 147+65+182=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #9341B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341B6 is #6CBE49. Grayscale: #666666. Windows color (decimal): -7126602 or 11944339. OLE color: 11944339.
HSL color Cylindrical-coordinate representation of color #9341B6: hue angle of 282.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9341B6 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 65 | 182 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.29 |
| HSL | 282.05º | 0.47% | 0.48% | - |
| HSV(B) | 282.05º | 0.64% | 0.71% | - |
| XYZ | 22.37 | 13.36 | 45.66 | - |
| YUV | 102.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 182 | 0.19 | 0.64 | 0 | 0.29 | 282.05 | 0.47 | 0.48 |
| Hex | 93 | 41 | B6 | 13 | 40 | 0 | 1D | 11A | 2F | 30 |
| Octal | 223 | 101 | 266 | 23 | 100 | 0 | 35 | 432 | 57 | 60 |
| Binary | 10010011 | 1000001 | 10110110 | 10011 | 1000000 | 0 | 11101 | 100011010 | 101111 | 110000 |
Color Harmonies of #9341B6
Complementary color
Monochromatic Colors of #9341B6
Black with #9341B6
Text Example
Text Example
White with #9341B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341B6; }
p { color: rgb(147,65,182); }
H1.HeaderClassName
{
color: #9341B6;
}
.AnyTagClassName
{
color: #9341B6;
}
</style>
background-color css
<style>
a { background-color: #9341B6; }
a { background-color: rgb(147,65,182); }
div.DivClassName
{
background-color: #9341B6;
}
.BgClassName
{
background-color: #9341B6;
}
</style>
border-color css
<style>
span { border-color: #9341B6; }
span { border-color: rgb(147,65,182); }
td.TdClassName
{
border-color: #9341B6;
}
.TagClassName
{
border-color: #9341B6;
}
</style>