Shades of Lilac Bush #9A74CB
Tints of Lilac Bush #9A74CB
RGB
CMYK
RGB Variations
Color information
#9A74CB (or 0x9A74CB) is known color: Lilac Bush. HEX triplet: 9A, 74 and CB. RGB value is (154,116,203). Sum of RGB (Red+Green+Blue) = 154+116+203=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A74CB is #658B34. Grayscale: #888888. Windows color (decimal): -6654773 or 13333658. OLE color: 13333658.
HSL color Cylindrical-coordinate representation of color #9A74CB: hue angle of 266.21º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A74CB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 116 | 203 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.20 |
| HSL | 266.21º | 0.46% | 0.63% | - |
| HSV(B) | 266.21º | 0.43% | 0.8% | - |
| XYZ | 30.35 | 23.67 | 59.47 | - |
| YUV | 137.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 203 | 0.24 | 0.43 | 0 | 0.20 | 266.21 | 0.46 | 0.63 |
| Hex | 9A | 74 | CB | 18 | 2B | 0 | 14 | 10A | 2E | 3F |
| Octal | 232 | 164 | 313 | 30 | 53 | 0 | 24 | 412 | 56 | 77 |
| Binary | 10011010 | 1110100 | 11001011 | 11000 | 101011 | 0 | 10100 | 100001010 | 101110 | 111111 |
Color Harmonies of #9A74CB
Complementary color
Monochromatic Colors of #9A74CB
Black with #9A74CB
Text Example
Text Example
White with #9A74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A74CB; }
p { color: rgb(154,116,203); }
H1.HeaderClassName
{
color: #9A74CB;
}
.AnyTagClassName
{
color: #9A74CB;
}
</style>
background-color css
<style>
a { background-color: #9A74CB; }
a { background-color: rgb(154,116,203); }
div.DivClassName
{
background-color: #9A74CB;
}
.BgClassName
{
background-color: #9A74CB;
}
</style>
border-color css
<style>
span { border-color: #9A74CB; }
span { border-color: rgb(154,116,203); }
td.TdClassName
{
border-color: #9A74CB;
}
.TagClassName
{
border-color: #9A74CB;
}
</style>