Shades of Deep Lilac #9350CB
Tints of Deep Lilac #9350CB
RGB
CMYK
RGB Variations
Color information
#9350CB (or 0x9350CB) is known color: Deep Lilac. HEX triplet: 93, 50 and CB. RGB value is (147,80,203). Sum of RGB (Red+Green+Blue) = 147+80+203=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #9350CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CB is #6CAF34. Grayscale: #717171. Windows color (decimal): -7122741 or 13324435. OLE color: 13324435.
HSL color Cylindrical-coordinate representation of color #9350CB: hue angle of 272.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9350CB is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 80 | 203 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.20 |
| HSL | 272.68º | 0.54% | 0.55% | - |
| HSV(B) | 272.68º | 0.61% | 0.8% | - |
| XYZ | 25.68 | 16.25 | 58.28 | - |
| YUV | 114.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 203 | 0.28 | 0.61 | 0 | 0.20 | 272.68 | 0.54 | 0.55 |
| Hex | 93 | 50 | CB | 1C | 3D | 0 | 14 | 111 | 36 | 37 |
| Octal | 223 | 120 | 313 | 34 | 75 | 0 | 24 | 421 | 66 | 67 |
| Binary | 10010011 | 1010000 | 11001011 | 11100 | 111101 | 0 | 10100 | 100010001 | 110110 | 110111 |
Color Harmonies of #9350CB
Complementary color
Monochromatic Colors of #9350CB
Black with #9350CB
Text Example
Text Example
White with #9350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350CB; }
p { color: rgb(147,80,203); }
H1.HeaderClassName
{
color: #9350CB;
}
.AnyTagClassName
{
color: #9350CB;
}
</style>
background-color css
<style>
a { background-color: #9350CB; }
a { background-color: rgb(147,80,203); }
div.DivClassName
{
background-color: #9350CB;
}
.BgClassName
{
background-color: #9350CB;
}
</style>
border-color css
<style>
span { border-color: #9350CB; }
span { border-color: rgb(147,80,203); }
td.TdClassName
{
border-color: #9350CB;
}
.TagClassName
{
border-color: #9350CB;
}
</style>