Shades of Lilac Bush #9F75CB
Tints of Lilac Bush #9F75CB
RGB
CMYK
RGB Variations
Color information
#9F75CB (or 0x9F75CB) is known color: Lilac Bush. HEX triplet: 9F, 75 and CB. RGB value is (159,117,203). Sum of RGB (Red+Green+Blue) = 159+117+203=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75CB is #608A34. Grayscale: #8B8B8B. Windows color (decimal): -6326837 or 13333919. OLE color: 13333919.
HSL color Cylindrical-coordinate representation of color #9F75CB: hue angle of 269.3º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F75CB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 117 | 203 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.20 |
| HSL | 269.3º | 0.45% | 0.63% | - |
| HSV(B) | 269.3º | 0.42% | 0.8% | - |
| XYZ | 31.44 | 24.41 | 59.55 | - |
| YUV | 139.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 203 | 0.22 | 0.42 | 0 | 0.20 | 269.3 | 0.45 | 0.63 |
| Hex | 9F | 75 | CB | 16 | 2A | 0 | 14 | 10D | 2D | 3F |
| Octal | 237 | 165 | 313 | 26 | 52 | 0 | 24 | 415 | 55 | 77 |
| Binary | 10011111 | 1110101 | 11001011 | 10110 | 101010 | 0 | 10100 | 100001101 | 101101 | 111111 |
Color Harmonies of #9F75CB
Complementary color
Monochromatic Colors of #9F75CB
Black with #9F75CB
Text Example
Text Example
White with #9F75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F75CB; }
p { color: rgb(159,117,203); }
H1.HeaderClassName
{
color: #9F75CB;
}
.AnyTagClassName
{
color: #9F75CB;
}
</style>
background-color css
<style>
a { background-color: #9F75CB; }
a { background-color: rgb(159,117,203); }
div.DivClassName
{
background-color: #9F75CB;
}
.BgClassName
{
background-color: #9F75CB;
}
</style>
border-color css
<style>
span { border-color: #9F75CB; }
span { border-color: rgb(159,117,203); }
td.TdClassName
{
border-color: #9F75CB;
}
.TagClassName
{
border-color: #9F75CB;
}
</style>