Shades of Lilac Bush #9A75CF
Tints of Lilac Bush #9A75CF
RGB
CMYK
RGB Variations
Color information
#9A75CF (or 0x9A75CF) is known color: Lilac Bush. HEX triplet: 9A, 75 and CF. RGB value is (154,117,207). Sum of RGB (Red+Green+Blue) = 154+117+207=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75CF is #658A30. Grayscale: #8A8A8A. Windows color (decimal): -6654513 or 13596058. OLE color: 13596058.
HSL color Cylindrical-coordinate representation of color #9A75CF: hue angle of 264.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A75CF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 117 | 207 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.19 |
| HSL | 264.67º | 0.48% | 0.64% | - |
| HSV(B) | 264.67º | 0.43% | 0.81% | - |
| XYZ | 30.95 | 24.1 | 62.05 | - |
| YUV | 138.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 207 | 0.26 | 0.43 | 0 | 0.19 | 264.67 | 0.48 | 0.64 |
| Hex | 9A | 75 | CF | 1A | 2B | 0 | 13 | 109 | 30 | 40 |
| Octal | 232 | 165 | 317 | 32 | 53 | 0 | 23 | 411 | 60 | 100 |
| Binary | 10011010 | 1110101 | 11001111 | 11010 | 101011 | 0 | 10011 | 100001001 | 110000 | 1000000 |
Color Harmonies of #9A75CF
Complementary color
Monochromatic Colors of #9A75CF
Black with #9A75CF
Text Example
Text Example
White with #9A75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A75CF; }
p { color: rgb(154,117,207); }
H1.HeaderClassName
{
color: #9A75CF;
}
.AnyTagClassName
{
color: #9A75CF;
}
</style>
background-color css
<style>
a { background-color: #9A75CF; }
a { background-color: rgb(154,117,207); }
div.DivClassName
{
background-color: #9A75CF;
}
.BgClassName
{
background-color: #9A75CF;
}
</style>
border-color css
<style>
span { border-color: #9A75CF; }
span { border-color: rgb(154,117,207); }
td.TdClassName
{
border-color: #9A75CF;
}
.TagClassName
{
border-color: #9A75CF;
}
</style>