Shades of Lilac Bush #936CCD
Tints of Lilac Bush #936CCD
RGB
CMYK
RGB Variations
Color information
#936CCD (or 0x936CCD) is known color: Lilac Bush. HEX triplet: 93, 6C and CD. RGB value is (147,108,205). Sum of RGB (Red+Green+Blue) = 147+108+205=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #936CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CCD is #6C9332. Grayscale: #828282. Windows color (decimal): -7115571 or 13462675. OLE color: 13462675.
HSL color Cylindrical-coordinate representation of color #936CCD: hue angle of 264.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #936CCD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 108 | 205 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.20 |
| HSL | 264.12º | 0.49% | 0.61% | - |
| HSV(B) | 264.12º | 0.47% | 0.8% | - |
| XYZ | 28.41 | 21.34 | 60.38 | - |
| YUV | 130.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 205 | 0.28 | 0.47 | 0 | 0.20 | 264.12 | 0.49 | 0.61 |
| Hex | 93 | 6C | CD | 1C | 2F | 0 | 14 | 108 | 31 | 3D |
| Octal | 223 | 154 | 315 | 34 | 57 | 0 | 24 | 410 | 61 | 75 |
| Binary | 10010011 | 1101100 | 11001101 | 11100 | 101111 | 0 | 10100 | 100001000 | 110001 | 111101 |
Color Harmonies of #936CCD
Complementary color
Monochromatic Colors of #936CCD
Black with #936CCD
Text Example
Text Example
White with #936CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CCD; }
p { color: rgb(147,108,205); }
H1.HeaderClassName
{
color: #936CCD;
}
.AnyTagClassName
{
color: #936CCD;
}
</style>
background-color css
<style>
a { background-color: #936CCD; }
a { background-color: rgb(147,108,205); }
div.DivClassName
{
background-color: #936CCD;
}
.BgClassName
{
background-color: #936CCD;
}
</style>
border-color css
<style>
span { border-color: #936CCD; }
span { border-color: rgb(147,108,205); }
td.TdClassName
{
border-color: #936CCD;
}
.TagClassName
{
border-color: #936CCD;
}
</style>