Shades of Deep Lilac #9B4FCC
Tints of Deep Lilac #9B4FCC
RGB
CMYK
RGB Variations
Color information
#9B4FCC (or 0x9B4FCC) is known color: Deep Lilac. HEX triplet: 9B, 4F and CC. RGB value is (155,79,204). Sum of RGB (Red+Green+Blue) = 155+79+204=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FCC is #64B033. Grayscale: #737373. Windows color (decimal): -6598708 or 13389723. OLE color: 13389723.
HSL color Cylindrical-coordinate representation of color #9B4FCC: hue angle of 276.48º degrees, saturation: 0.55, 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 #9B4FCC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 79 | 204 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.2 |
| HSL | 276.48º | 0.55% | 0.55% | - |
| HSV(B) | 276.48º | 0.61% | 0.8% | - |
| XYZ | 27.21 | 16.92 | 58.96 | - |
| YUV | 115.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 204 | 0.24 | 0.61 | 0 | 0.2 | 276.48 | 0.55 | 0.55 |
| Hex | 9B | 4F | CC | 18 | 3D | 0 | 14 | 114 | 37 | 37 |
| Octal | 233 | 117 | 314 | 30 | 75 | 0 | 24 | 424 | 67 | 67 |
| Binary | 10011011 | 1001111 | 11001100 | 11000 | 111101 | 0 | 10100 | 100010100 | 110111 | 110111 |
Color Harmonies of #9B4FCC
Complementary color
Monochromatic Colors of #9B4FCC
Black with #9B4FCC
Text Example
Text Example
White with #9B4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FCC; }
p { color: rgb(155,79,204); }
H1.HeaderClassName
{
color: #9B4FCC;
}
.AnyTagClassName
{
color: #9B4FCC;
}
</style>
background-color css
<style>
a { background-color: #9B4FCC; }
a { background-color: rgb(155,79,204); }
div.DivClassName
{
background-color: #9B4FCC;
}
.BgClassName
{
background-color: #9B4FCC;
}
</style>
border-color css
<style>
span { border-color: #9B4FCC; }
span { border-color: rgb(155,79,204); }
td.TdClassName
{
border-color: #9B4FCC;
}
.TagClassName
{
border-color: #9B4FCC;
}
</style>