Shades of Lilac Bush #8F65C2
Tints of Lilac Bush #8F65C2
RGB
CMYK
RGB Variations
Color information
#8F65C2 (or 0x8F65C2) is known color: Lilac Bush. HEX triplet: 8F, 65 and C2. RGB value is (143,101,194). Sum of RGB (Red+Green+Blue) = 143+101+194=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F65C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65C2 is #709A3D. Grayscale: #7B7B7B. Windows color (decimal): -7379518 or 12739983. OLE color: 12739983.
HSL color Cylindrical-coordinate representation of color #8F65C2: hue angle of 267.1º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F65C2 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 101 | 194 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.24 |
| HSL | 267.1º | 0.43% | 0.58% | - |
| HSV(B) | 267.1º | 0.48% | 0.76% | - |
| XYZ | 25.72 | 19.04 | 53.36 | - |
| YUV | 124.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 194 | 0.26 | 0.48 | 0 | 0.24 | 267.1 | 0.43 | 0.58 |
| Hex | 8F | 65 | C2 | 1A | 30 | 0 | 18 | 10B | 2B | 3A |
| Octal | 217 | 145 | 302 | 32 | 60 | 0 | 30 | 413 | 53 | 72 |
| Binary | 10001111 | 1100101 | 11000010 | 11010 | 110000 | 0 | 11000 | 100001011 | 101011 | 111010 |
Color Harmonies of #8F65C2
Complementary color
Monochromatic Colors of #8F65C2
Black with #8F65C2
Text Example
Text Example
White with #8F65C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F65C2; }
p { color: rgb(143,101,194); }
H1.HeaderClassName
{
color: #8F65C2;
}
.AnyTagClassName
{
color: #8F65C2;
}
</style>
background-color css
<style>
a { background-color: #8F65C2; }
a { background-color: rgb(143,101,194); }
div.DivClassName
{
background-color: #8F65C2;
}
.BgClassName
{
background-color: #8F65C2;
}
</style>
border-color css
<style>
span { border-color: #8F65C2; }
span { border-color: rgb(143,101,194); }
td.TdClassName
{
border-color: #8F65C2;
}
.TagClassName
{
border-color: #8F65C2;
}
</style>