Shades of Deep Lilac #9350CC
Tints of Deep Lilac #9350CC
RGB
CMYK
RGB Variations
Color information
#9350CC (or 0x9350CC) is known color: Deep Lilac. HEX triplet: 93, 50 and CC. RGB value is (147,80,204). Sum of RGB (Red+Green+Blue) = 147+80+204=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #9350CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CC is #6CAF33. Grayscale: #717171. Windows color (decimal): -7122740 or 13389971. OLE color: 13389971.
HSL color Cylindrical-coordinate representation of color #9350CC: hue angle of 272.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9350CC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 80 | 204 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.2 |
| HSL | 272.42º | 0.55% | 0.56% | - |
| HSV(B) | 272.42º | 0.61% | 0.8% | - |
| XYZ | 25.8 | 16.3 | 58.91 | - |
| YUV | 114.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 204 | 0.28 | 0.61 | 0 | 0.2 | 272.42 | 0.55 | 0.56 |
| Hex | 93 | 50 | CC | 1C | 3D | 0 | 14 | 110 | 37 | 38 |
| Octal | 223 | 120 | 314 | 34 | 75 | 0 | 24 | 420 | 67 | 70 |
| Binary | 10010011 | 1010000 | 11001100 | 11100 | 111101 | 0 | 10100 | 100010000 | 110111 | 111000 |
Color Harmonies of #9350CC
Complementary color
Monochromatic Colors of #9350CC
Black with #9350CC
Text Example
Text Example
White with #9350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350CC; }
p { color: rgb(147,80,204); }
H1.HeaderClassName
{
color: #9350CC;
}
.AnyTagClassName
{
color: #9350CC;
}
</style>
background-color css
<style>
a { background-color: #9350CC; }
a { background-color: rgb(147,80,204); }
div.DivClassName
{
background-color: #9350CC;
}
.BgClassName
{
background-color: #9350CC;
}
</style>
border-color css
<style>
span { border-color: #9350CC; }
span { border-color: rgb(147,80,204); }
td.TdClassName
{
border-color: #9350CC;
}
.TagClassName
{
border-color: #9350CC;
}
</style>