Shades of Lilac Bush #9671CA
Tints of Lilac Bush #9671CA
RGB
CMYK
RGB Variations
Color information
#9671CA (or 0x9671CA) is known color: Lilac Bush. HEX triplet: 96, 71 and CA. RGB value is (150,113,202). Sum of RGB (Red+Green+Blue) = 150+113+202=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9671CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671CA is #698E35. Grayscale: #858585. Windows color (decimal): -6917686 or 13267350. OLE color: 13267350.
HSL color Cylindrical-coordinate representation of color #9671CA: hue angle of 264.94º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9671CA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 113 | 202 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.21 |
| HSL | 264.94º | 0.46% | 0.62% | - |
| HSV(B) | 264.94º | 0.44% | 0.79% | - |
| XYZ | 29.14 | 22.56 | 58.7 | - |
| YUV | 134.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 202 | 0.26 | 0.44 | 0 | 0.21 | 264.94 | 0.46 | 0.62 |
| Hex | 96 | 71 | CA | 1A | 2C | 0 | 15 | 109 | 2E | 3E |
| Octal | 226 | 161 | 312 | 32 | 54 | 0 | 25 | 411 | 56 | 76 |
| Binary | 10010110 | 1110001 | 11001010 | 11010 | 101100 | 0 | 10101 | 100001001 | 101110 | 111110 |
Color Harmonies of #9671CA
Complementary color
Monochromatic Colors of #9671CA
Black with #9671CA
Text Example
Text Example
White with #9671CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9671CA; }
p { color: rgb(150,113,202); }
H1.HeaderClassName
{
color: #9671CA;
}
.AnyTagClassName
{
color: #9671CA;
}
</style>
background-color css
<style>
a { background-color: #9671CA; }
a { background-color: rgb(150,113,202); }
div.DivClassName
{
background-color: #9671CA;
}
.BgClassName
{
background-color: #9671CA;
}
</style>
border-color css
<style>
span { border-color: #9671CA; }
span { border-color: rgb(150,113,202); }
td.TdClassName
{
border-color: #9671CA;
}
.TagClassName
{
border-color: #9671CA;
}
</style>