Shades of Deep Lilac #9352CB
Tints of Deep Lilac #9352CB
RGB
CMYK
RGB Variations
Color information
#9352CB (or 0x9352CB) is known color: Deep Lilac. HEX triplet: 93, 52 and CB. RGB value is (147,82,203). Sum of RGB (Red+Green+Blue) = 147+82+203=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9352CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352CB is #6CAD34. Grayscale: #727272. Windows color (decimal): -7122229 or 13324947. OLE color: 13324947.
HSL color Cylindrical-coordinate representation of color #9352CB: hue angle of 272.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9352CB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 82 | 203 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.20 |
| HSL | 272.23º | 0.54% | 0.56% | - |
| HSV(B) | 272.23º | 0.6% | 0.8% | - |
| XYZ | 25.83 | 16.55 | 58.33 | - |
| YUV | 115.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 203 | 0.28 | 0.60 | 0 | 0.20 | 272.23 | 0.54 | 0.56 |
| Hex | 93 | 52 | CB | 1C | 3C | 0 | 14 | 110 | 36 | 38 |
| Octal | 223 | 122 | 313 | 34 | 74 | 0 | 24 | 420 | 66 | 70 |
| Binary | 10010011 | 1010010 | 11001011 | 11100 | 111100 | 0 | 10100 | 100010000 | 110110 | 111000 |
Color Harmonies of #9352CB
Complementary color
Monochromatic Colors of #9352CB
Black with #9352CB
Text Example
Text Example
White with #9352CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352CB; }
p { color: rgb(147,82,203); }
H1.HeaderClassName
{
color: #9352CB;
}
.AnyTagClassName
{
color: #9352CB;
}
</style>
background-color css
<style>
a { background-color: #9352CB; }
a { background-color: rgb(147,82,203); }
div.DivClassName
{
background-color: #9352CB;
}
.BgClassName
{
background-color: #9352CB;
}
</style>
border-color css
<style>
span { border-color: #9352CB; }
span { border-color: rgb(147,82,203); }
td.TdClassName
{
border-color: #9352CB;
}
.TagClassName
{
border-color: #9352CB;
}
</style>