Shades of Deep Lilac #9341B2
Tints of Deep Lilac #9341B2
RGB
CMYK
RGB Variations
Color information
#9341B2 (or 0x9341B2) is known color: Deep Lilac. HEX triplet: 93, 41 and B2. RGB value is (147,65,178). Sum of RGB (Red+Green+Blue) = 147+65+178=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #9341B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341B2 is #6CBE4D. Grayscale: #666666. Windows color (decimal): -7126606 or 11682195. OLE color: 11682195.
HSL color Cylindrical-coordinate representation of color #9341B2: hue angle of 283.54º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9341B2 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 65 | 178 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.30 |
| HSL | 283.54º | 0.47% | 0.48% | - |
| HSV(B) | 283.54º | 0.63% | 0.7% | - |
| XYZ | 21.96 | 13.2 | 43.51 | - |
| YUV | 102.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 178 | 0.17 | 0.63 | 0 | 0.30 | 283.54 | 0.47 | 0.48 |
| Hex | 93 | 41 | B2 | 11 | 3F | 0 | 1E | 11C | 2F | 30 |
| Octal | 223 | 101 | 262 | 21 | 77 | 0 | 36 | 434 | 57 | 60 |
| Binary | 10010011 | 1000001 | 10110010 | 10001 | 111111 | 0 | 11110 | 100011100 | 101111 | 110000 |
Color Harmonies of #9341B2
Complementary color
Monochromatic Colors of #9341B2
Black with #9341B2
Text Example
Text Example
White with #9341B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341B2; }
p { color: rgb(147,65,178); }
H1.HeaderClassName
{
color: #9341B2;
}
.AnyTagClassName
{
color: #9341B2;
}
</style>
background-color css
<style>
a { background-color: #9341B2; }
a { background-color: rgb(147,65,178); }
div.DivClassName
{
background-color: #9341B2;
}
.BgClassName
{
background-color: #9341B2;
}
</style>
border-color css
<style>
span { border-color: #9341B2; }
span { border-color: rgb(147,65,178); }
td.TdClassName
{
border-color: #9341B2;
}
.TagClassName
{
border-color: #9341B2;
}
</style>