Shades of Lilac Bush #8F68CB
Tints of Lilac Bush #8F68CB
RGB
CMYK
RGB Variations
Color information
#8F68CB (or 0x8F68CB) is known color: Lilac Bush. HEX triplet: 8F, 68 and CB. RGB value is (143,104,203). Sum of RGB (Red+Green+Blue) = 143+104+203=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68CB is #709734. Grayscale: #7E7E7E. Windows color (decimal): -7378741 or 13330575. OLE color: 13330575.
HSL color Cylindrical-coordinate representation of color #8F68CB: hue angle of 263.64º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F68CB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 104 | 203 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.20 |
| HSL | 263.64º | 0.49% | 0.6% | - |
| HSV(B) | 263.64º | 0.49% | 0.8% | - |
| XYZ | 27.06 | 20.05 | 58.94 | - |
| YUV | 126.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 203 | 0.30 | 0.49 | 0 | 0.20 | 263.64 | 0.49 | 0.6 |
| Hex | 8F | 68 | CB | 1E | 31 | 0 | 14 | 108 | 31 | 3C |
| Octal | 217 | 150 | 313 | 36 | 61 | 0 | 24 | 410 | 61 | 74 |
| Binary | 10001111 | 1101000 | 11001011 | 11110 | 110001 | 0 | 10100 | 100001000 | 110001 | 111100 |
Color Harmonies of #8F68CB
Complementary color
Monochromatic Colors of #8F68CB
Black with #8F68CB
Text Example
Text Example
White with #8F68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68CB; }
p { color: rgb(143,104,203); }
H1.HeaderClassName
{
color: #8F68CB;
}
.AnyTagClassName
{
color: #8F68CB;
}
</style>
background-color css
<style>
a { background-color: #8F68CB; }
a { background-color: rgb(143,104,203); }
div.DivClassName
{
background-color: #8F68CB;
}
.BgClassName
{
background-color: #8F68CB;
}
</style>
border-color css
<style>
span { border-color: #8F68CB; }
span { border-color: rgb(143,104,203); }
td.TdClassName
{
border-color: #8F68CB;
}
.TagClassName
{
border-color: #8F68CB;
}
</style>